Cbc  trunk
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines
Classes | Functions | Variables
OsiCbcSolverInterface.hpp File Reference
#include <string>
#include <cfloat>
#include <map>
#include "CbcModel.hpp"
#include "CoinPackedMatrix.hpp"
#include "OsiSolverInterface.hpp"
#include "CbcStrategy.hpp"
#include "CoinWarmStartBasis.hpp"
+ Include dependency graph for OsiCbcSolverInterface.hpp:

Go to the source code of this file.

Classes

class  OsiCbcSolverInterface
 Cbc Solver Interface. More...

Functions

bool OsiCbcHasNDEBUG ()
void OsiCbcSolverInterfaceUnitTest (const std::string &mpsDir, const std::string &netlibDir)
 A function that tests the methods in the OsiCbcSolverInterface class.

Variables

static const double OsiCbcInfinity = COIN_DBL_MAX

Function Documentation

bool OsiCbcHasNDEBUG ( )
void OsiCbcSolverInterfaceUnitTest ( const std::string &  mpsDir,
const std::string &  netlibDir 
)

A function that tests the methods in the OsiCbcSolverInterface class.


Variable Documentation

const double OsiCbcInfinity = COIN_DBL_MAX [static]

Definition at line 20 of file OsiCbcSolverInterface.hpp.

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines