Cbc  2.10.5
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Classes | Functions | Variables
OsiClpSolverInterface.hpp File Reference
#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"
+ Include dependency graph for OsiClpSolverInterface.hpp:
+ This graph shows which files directly or indirectly include this file:

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
 

Function Documentation

bool OsiClpHasNDEBUG ( )
void OsiClpSolverInterfaceUnitTest ( const std::string &  mpsDir,
const std::string &  netlibDir 
)

A function that tests the methods in the OsiClpSolverInterface class.

Variable Documentation

const double OsiClpInfinity = COIN_DBL_MAX
static

Definition at line 27 of file OsiClpSolverInterface.hpp.