10 #ifndef CbcSolverHeuristics_H
11 #define CbcSolverHeuristics_H
31 const double *lastSolution,
double dextra[6],
40 int noPrinting_,
int initialPumpTune);
42 #endif //CbcSolverHeuristics_H
void crunchIt(ClpSimplex *model)
Base class for message handling.
OsiClpSolverInterface * fixVubs(CbcModel &model, int skipZero2, int &doAction, CoinMessageHandler *, const double *lastSolution, double dextra[6], int extra[5])
int doHeuristics(CbcModel *model, int type, std::vector< CbcOrClpParam > parameters_, int noPrinting_, int initialPumpTune)
1 - add heuristics to model 2 - do heuristics (and set cutoff and best solution) 3 - for miplib test ...
This solves LPs using the simplex method.
Simple Branch and bound class.