10#ifndef CbcSolverHeuristics_H
11#define CbcSolverHeuristics_H
27OsiClpSolverInterface *
30 CoinMessageHandler * ,
31 const double *lastSolution,
double dextra[6],
40 int noPrinting_,
int initialPumpTune);
void crunchIt(ClpSimplex *model)
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 ...
OsiClpSolverInterface * fixVubs(CbcModel &model, int skipZero2, int &doAction, CoinMessageHandler *, const double *lastSolution, double dextra[6], int extra[5])
Simple Branch and bound class.