/home/coin/svn-release/OS-2.5.0/Bcp/examples/MaxCut/LP/MC_lp.cpp File Reference
#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.
Function Documentation
static bool MC_cycle_row_pair_comp |
( |
const std::pair< BCP_cut *, BCP_row * > & |
p0, |
|
|
const std::pair< BCP_cut *, BCP_row * > & |
p1 | |
|
) |
| | [inline, static] |