The CbcSolver class was taken out at a 9/12/09 meeting This is a feeble replacement. More...
#include <CbcSolver.hpp>
Public Member Functions | |
Constructors and destructors etc | |
CbcSolverUsefulData () | |
Default Constructor. | |
CbcSolverUsefulData (const CbcSolverUsefulData &rhs) | |
Copy constructor . | |
CbcSolverUsefulData & | operator= (const CbcSolverUsefulData &rhs) |
Assignment operator. | |
~CbcSolverUsefulData () | |
Destructor. | |
Public Attributes | |
Member data | |
double | totalTime_ |
CbcOrClpParam | parameters_ [CBCMAXPARAMETERS] |
bool | noPrinting_ |
bool | useSignalHandler_ |
int | numberParameters_ |
int | initialPumpTune_ |
The CbcSolver class was taken out at a 9/12/09 meeting This is a feeble replacement.
At present everything is public
Definition at line 262 of file CbcSolver.hpp.
CbcSolverUsefulData::CbcSolverUsefulData | ( | ) |
Default Constructor.
CbcSolverUsefulData::CbcSolverUsefulData | ( | const CbcSolverUsefulData & | rhs | ) |
Copy constructor .
CbcSolverUsefulData::~CbcSolverUsefulData | ( | ) |
Destructor.
CbcSolverUsefulData& CbcSolverUsefulData::operator= | ( | const CbcSolverUsefulData & | rhs | ) |
Assignment operator.
Definition at line 284 of file CbcSolver.hpp.
CbcOrClpParam CbcSolverUsefulData::parameters_[CBCMAXPARAMETERS] |
Definition at line 286 of file CbcSolver.hpp.
Definition at line 288 of file CbcSolver.hpp.
Definition at line 290 of file CbcSolver.hpp.
Definition at line 292 of file CbcSolver.hpp.
Definition at line 294 of file CbcSolver.hpp.