#include <cmath>#include <algorithm>#include <numeric>#include "CoinHelperFunctions.hpp"#include <OsiVolSolverInterface.hpp>#include <OsiClpSolverInterface.hpp>#include "BCP_math.hpp"#include "BCP_lp.hpp"#include "BCP_lp_node.hpp"#include "MC_cut.hpp"#include "MC_lp.hpp"
Go to the source code of this file.
Functions | |
| static void | MC_update_solution (MC_solution *&sol_old, MC_solution *&sol_new) |
| static bool | MC_cycle_row_pair_comp (const std::pair< BCP_cut *, BCP_row * > &p0, const std::pair< BCP_cut *, BCP_row * > &p1) |
|
inlinestatic |
1.8.5