#include <cstdio>#include <algorithm>#include "CoinTime.hpp"#include "OsiVolSolverInterface.hpp"#include "OsiClpSolverInterface.hpp"#include "ClpDualRowSteepest.hpp"#include "ClpPrimalColumnSteepest.hpp"#include "ClpSimplex.hpp"#include "MC_lp.hpp"#include "BCP_math.hpp"#include "BCP_lp.hpp"#include "BCP_lp_node.hpp"#include "BCP_lp_functions.hpp"
Go to the source code of this file.
Functions | |
| bool | MC_solveClp (ClpSimplex &clp_simplex, OsiVolSolverInterface *vollp) |
| bool MC_solveClp | ( | ClpSimplex & | clp_simplex, | |
| OsiVolSolverInterface * | vollp | |||
| ) |
which translation is: which: 0 - startup in Dual (nothing if basis exists).: 0 - no basis 1 - crash 2 - use initiative about idiot! but no crash 1 - startup in Primal (nothing if basis exists): 0 - use initiative 1 - use crash 2 - use idiot and look at further info 3 - use sprint and look at further info 4 - use all slack 5 - use initiative but no idiot 6 - use initiative but no sprint 7 - use initiative but no crash 8 - do allslack or idiot 9 - do allslack or sprint 2 - interrupt handling - 0 yes, 1 no (for threadsafe) 3 - whether to make +- 1matrix - 0 yes, 1 no
Definition at line 112 of file MC_lp_branch.cpp.
1.6.1