![]() |
CYCLUS
|
#include "solver_factory.h"#include <iostream>#include "OsiClpSolverInterface.hpp"#include "OsiCbcSolverInterface.hpp"#include "CbcSolver.hpp"#include "CoinTime.hpp"#include "error.h"Go to the source code of this file.
Namespaces | |
| namespace | cyclus |
Macros | |
| #define | CYCLUS_SOLVER_TIMEOUT 10800 |
Functions | |
| int | cyclus::CbcCallBack (CbcModel *model, int from) |
| bool | cyclus::HasInt (OsiSolverInterface *si) |
| void | cyclus::ReportProg (OsiSolverInterface *si) |
| void | cyclus::SolveProg (OsiSolverInterface *si) |
| void | cyclus::SolveProg (OsiSolverInterface *si, bool verbose) |
| void | cyclus::SolveProg (OsiSolverInterface *si, double greedy_obj) |
| void | cyclus::SolveProg (OsiSolverInterface *si, double greedy_obj, bool verbose) |
| #define CYCLUS_SOLVER_TIMEOUT 10800 |
Definition at line 71 of file solver_factory.cc.