Classes |
| class | CbcModel |
| | Simple Branch and bound class. More...
|
Functions |
| void | getIntegerInformation (const OsiObject *object, double &originalLower, double &originalUpper) |
| | So we can use osiObject or CbcObject during transition.
|
| int | CbcMain (int argc, const char *argv[], OsiClpSolverInterface &solver, CbcModel **babSolver) |
| int | CbcMain (int argc, const char *argv[], CbcModel &babSolver) |
| int | callCbc (const char *input2, OsiClpSolverInterface &solver1) |
| int | callCbc (const char *input2) |
| int | callCbc (const std::string input2, OsiClpSolverInterface &solver1) |
| int | callCbc (const std::string input2) |
| void | CbcMain0 (CbcModel &babSolver) |
| int | CbcMain1 (int argc, const char *argv[], CbcModel &babSolver) |
| int | callCbc (const char *input2, CbcModel &babSolver) |
| int | callCbc (const std::string input2, CbcModel &babSolver) |
| int | callCbc1 (const char *input2, CbcModel &babSolver) |
| int | callCbc1 (const std::string input2, CbcModel &babSolver) |
| int | callCbc1 (const char *input2, CbcModel &babSolver, int(CbcModel *currentSolver, int whereFrom)) |
| int | callCbc1 (const std::string input2, CbcModel &babSolver, int(CbcModel *currentSolver, int whereFrom)) |
| int | CbcMain1 (int argc, const char *argv[], CbcModel &babSolver, int(CbcModel *currentSolver, int whereFrom)) |
| void | setCutAndHeuristicOptions (CbcModel &model) |