#include <string>
#include <cfloat>
#include <map>
#include "ClpSimplex.hpp"
#include "ClpLinearObjective.hpp"
#include "CoinPackedMatrix.hpp"
#include "OsiSolverInterface.hpp"
#include "CoinWarmStartBasis.hpp"
#include "ClpEventHandler.hpp"
#include "ClpNode.hpp"
#include "CoinIndexedVector.hpp"
#include "CoinFinite.hpp"
Go to the source code of this file.
◆ OsiClpHasNDEBUG()
◆ OsiClpSolverInterfaceUnitTest()
void OsiClpSolverInterfaceUnitTest |
( |
const std::string & |
mpsDir, |
|
|
const std::string & |
netlibDir |
|
) |
| |
◆ OsiClpInfinity
const double OsiClpInfinity = COIN_DBL_MAX |
|
static |