12 #ifndef CbcSolverHeuristics_H
13 #define CbcSolverHeuristics_H
30 OsiClpSolverInterface *
33 CoinMessageHandler * ,
34 const double * lastSolution,
double dextra[6],
43 int numberParameters_,
int noPrinting_,
int initialPumpTune) ;
46 #endif //CbcSolverHeuristics_H
OsiClpSolverInterface * fixVubs(CbcModel &model, int skipZero2, int &doAction, CoinMessageHandler *, const double *lastSolution, double dextra[6], int extra[5])
void crunchIt(ClpSimplex *model)
int doHeuristics(CbcModel *model, int type, CbcOrClpParam *parameters_, int numberParameters_, int noPrinting_, int initialPumpTune)
1 - add heuristics to model 2 - do heuristics (and set cutoff and best solution) 3 - for miplib test ...
Simple Branch and bound class.