Dip
0.92.4
|
#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.
Classes | |
class | OsiClpSolverInterface |
Clp Solver Interface. More... | |
class | OsiClpDisasterHandler |
Functions | |
bool | OsiClpHasNDEBUG () |
void | OsiClpSolverInterfaceUnitTest (const std::string &mpsDir, const std::string &netlibDir) |
A function that tests the methods in the OsiClpSolverInterface class. More... | |
Variables | |
static const double | OsiClpInfinity = COIN_DBL_MAX |
bool OsiClpHasNDEBUG | ( | ) |
void OsiClpSolverInterfaceUnitTest | ( | const std::string & | mpsDir, |
const std::string & | netlibDir | ||
) |
A function that tests the methods in the OsiClpSolverInterface class.
|
static |
Definition at line 27 of file OsiClpSolverInterface.hpp.
Referenced by OsiClpSolverInterface::getInfinity().