Go to the documentation of this file.00001
00002
00003
00004
00010 #ifndef CbcSolverHeuristics_H
00011 #define CbcSolverHeuristics_H
00012
00013
00014 void crunchIt(ClpSimplex * model);
00015
00016
00017
00018
00019
00020
00021
00022
00023
00024
00025
00026
00027
00028 OsiClpSolverInterface *
00029 fixVubs(CbcModel & model, int skipZero2,
00030 int & doAction,
00031 CoinMessageHandler * ,
00032 const double * lastSolution, double dextra[6],
00033 int extra[5]);
00034
00040 int doHeuristics(CbcModel * model, int type, CbcOrClpParam *parameters_,
00041 int numberParameters_,int noPrinting_,int initialPumpTune) ;
00042
00043
00044 #endif //CbcSolverHeuristics_H
00045