11 #ifndef CbcSolverExpandKnapsack_H
12 #define CbcSolverExpandKnapsack_H
16 int *knapsackRow,
int &numberKnapsack,
18 int fixedPriority,
int SOSPriority,
CoinModel &tightenedModel);
21 const int *knapsackRow,
int numberKnapsack,
22 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)