Go to the source code of this file.
Functions | |
void | crunchIt (ClpSimplex *model) |
OsiClpSolverInterface * | fixVubs (CbcModel &model, int skipZero2, int &doAction, CoinMessageHandler *, const double *lastSolution, double dextra[6], int extra[5]) |
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 so skip some (out model later) |
Definition in file CbcSolverHeuristics.hpp.
void crunchIt | ( | ClpSimplex * | model | ) |
OsiClpSolverInterface* fixVubs | ( | CbcModel & | model, | |
int | skipZero2, | |||
int & | doAction, | |||
CoinMessageHandler * | , | |||
const double * | lastSolution, | |||
double | dextra[6], | |||
int | extra[5] | |||
) |
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 so skip some (out model later)