00001
00002
00003
00004
00005
00006
00012 #ifndef CbcSolverHeuristics_H
00013 #define CbcSolverHeuristics_H
00014
00015
00016 void crunchIt(ClpSimplex * model);
00017
00018
00019
00020
00021
00022
00023
00024
00025
00026
00027
00028
00029
00030 OsiClpSolverInterface *
00031 fixVubs(CbcModel & model, int skipZero2,
00032 int & doAction,
00033 CoinMessageHandler * ,
00034 const double * lastSolution, double dextra[6],
00035 int extra[5]);
00036
00042 int doHeuristics(CbcModel * model, int type, CbcOrClpParam *parameters_,
00043 int numberParameters_,int noPrinting_,int initialPumpTune) ;
00044
00045
00046 #endif //CbcSolverHeuristics_H
00047