13 #ifndef CbcSolverExpandKnapsack_H
14 #define CbcSolverExpandKnapsack_H
18 int * knapsackRow,
int &numberKnapsack,
20 int fixedPriority,
int SOSPriority,
CoinModel & tightenedModel);
24 const int * knapsackRow,
int numberKnapsack,
25 const double * knapsackSolution,
double * solution,
int logLevel);
This is a simple minded model which is stored in a format which makes it easier to construct and modi...
Abstract Base Class for describing an interface to a solver.
void afterKnapsack(const CoinModel &coinModel2, const int *whichColumn, const int *knapsackStart, const int *knapsackRow, int numberKnapsack, const double *knapsackSolution, double *solution, int logLevel)
Stored Cut Generator Class.
OsiSolverInterface * expandKnapsack(CoinModel &model, int *whichColumn, int *knapsackStart, int *knapsackRow, int &numberKnapsack, CglStored &stored, int logLevel, int fixedPriority, int SOSPriority, CoinModel &tightenedModel)