• Main Page
  • Related Pages
  • Namespaces
  • Classes
  • Files
  • File List
  • File Members

/build/buildd/coinor-cbc-2.5.0/Cbc/src/CbcSolverExpandKnapsack.hpp

Go to the documentation of this file.
00001 /* $Id: CbcSolverExpandKnapsack.hpp 1212 2009-08-21 16:19:13Z forrest $ */
00002 // Copyright (C) 2007, International Business Machines
00003 // Corporation and others.  All Rights Reserved.
00004 
00011 #ifndef CbcSolverExpandKnapsack_H
00012 #define CbcSolverExpandKnapsack_H
00013 
00014 OsiSolverInterface *
00015 expandKnapsack(CoinModel & model, int * whichColumn, int * knapsackStart,
00016                int * knapsackRow, int &numberKnapsack,
00017                CglStored & stored, int logLevel,
00018                int fixedPriority, int SOSPriority, CoinModel & tightenedModel);
00019 
00020 #endif
00021 

Generated on Sat Oct 23 2010 23:46:56 by  doxygen 1.7.1