Cbc  2.10.5
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
List of all members
CbcSolverUsefulData Class Reference

The CbcSolver class was taken out at a 9/12/09 meeting This is a feeble replacement. More...

#include <CbcSolver.hpp>

+ Collaboration diagram for CbcSolverUsefulData:

Public Member Functions

Constructors and destructors etc
 CbcSolverUsefulData ()
 Default Constructor. More...
 
 CbcSolverUsefulData (const CbcSolverUsefulData &rhs)
 Copy constructor . More...
 
CbcSolverUsefulDataoperator= (const CbcSolverUsefulData &rhs)
 Assignment operator. More...
 
 ~CbcSolverUsefulData ()
 Destructor. More...
 

Public Attributes

Member data
double totalTime_
 
std::vector< CbcOrClpParamparameters_
 
bool noPrinting_
 
bool useSignalHandler_
 
int initialPumpTune_
 

Detailed Description

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 270 of file CbcSolver.hpp.

Constructor & Destructor Documentation

CbcSolverUsefulData::CbcSolverUsefulData ( )

Default Constructor.

CbcSolverUsefulData::CbcSolverUsefulData ( const CbcSolverUsefulData rhs)

Copy constructor .

CbcSolverUsefulData::~CbcSolverUsefulData ( )

Destructor.

Member Function Documentation

CbcSolverUsefulData& CbcSolverUsefulData::operator= ( const CbcSolverUsefulData rhs)

Assignment operator.

Member Data Documentation

double CbcSolverUsefulData::totalTime_

Definition at line 292 of file CbcSolver.hpp.

std::vector<CbcOrClpParam> CbcSolverUsefulData::parameters_

Definition at line 294 of file CbcSolver.hpp.

bool CbcSolverUsefulData::noPrinting_

Definition at line 296 of file CbcSolver.hpp.

bool CbcSolverUsefulData::useSignalHandler_

Definition at line 298 of file CbcSolver.hpp.

int CbcSolverUsefulData::initialPumpTune_

Definition at line 300 of file CbcSolver.hpp.


The documentation for this class was generated from the following file: