10 #ifndef CbcSolverHeuristics_H 
   11 #define CbcSolverHeuristics_H 
   31   const double *lastSolution, 
double dextra[6],
 
   40   int noPrinting_, 
int initialPumpTune);
 
   42 #endif //CbcSolverHeuristics_H 
Base class for message handling. 
 
This solves LPs using the simplex method. 
 
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 ...
 
void crunchIt(ClpSimplex *model)
 
Simple Branch and bound class.