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