CYCLUS
|
#include <string>
#include <cfloat>
#include <map>
#include "CbcModel.hpp"
#include "CoinPackedMatrix.hpp"
#include "OsiSolverInterface.hpp"
#include "CbcStrategy.hpp"
#include "CoinWarmStartBasis.hpp"
Go to the source code of this file.
Classes | |
class | OsiCbcSolverInterface |
Functions | |
bool | OsiCbcHasNDEBUG () |
void | OsiCbcSolverInterfaceUnitTest (const std::string &mpsDir, const std::string &netlibDir) |
Variables | |
static const double | OsiCbcInfinity = COIN_DBL_MAX |
bool OsiCbcHasNDEBUG | ( | ) |
Definition at line 904 of file OsiCbcSolverInterface_2_10.cpp.
void OsiCbcSolverInterfaceUnitTest | ( | const std::string & | mpsDir, |
const std::string & | netlibDir ) |
A function that tests the methods in the OsiCbcSolverInterface class.
|
static |
Definition at line 20 of file OsiCbcSolverInterface_2_10.hpp.