13 #ifndef CbcSolverExpandKnapsack_H 14 #define CbcSolverExpandKnapsack_H 17 expandKnapsack(CoinModel & model,
int * whichColumn,
int * knapsackStart,
18 int * knapsackRow,
int &numberKnapsack,
19 CglStored & stored,
int logLevel,
20 int fixedPriority,
int SOSPriority, CoinModel & tightenedModel);
23 afterKnapsack(
const CoinModel & coinModel2,
const int * whichColumn,
const int * knapsackStart,
24 const int * knapsackRow,
int numberKnapsack,
25 const double * knapsackSolution,
double * solution,
int logLevel);
OsiSolverInterface * expandKnapsack(CoinModel &model, int *whichColumn, int *knapsackStart, int *knapsackRow, int &numberKnapsack, CglStored &stored, int logLevel, int fixedPriority, int SOSPriority, CoinModel &tightenedModel)
void afterKnapsack(const CoinModel &coinModel2, const int *whichColumn, const int *knapsackStart, const int *knapsackRow, int numberKnapsack, const double *knapsackSolution, double *solution, int logLevel)