CglLandP::CachedData Struct Reference

Some informations that will be changed by the pivots and that we want to keep. More...

Collaboration diagram for CglLandP::CachedData:
Collaboration graph
[legend]

List of all members.

Public Member Functions

 CachedData (int nBasics=0, int nNonBasics=0)
 CachedData (const CachedData &source)
CachedDataoperator= (const CachedData &source)
void getData (const OsiSolverInterface &si)
 Get the data from a problem.
 ~CachedData ()

Public Attributes

int * basics_
 Indices of basic variables in starting basis (ordered if variable basics_[i] s basic in row i).
int * nonBasics_
 Indices of non-basic variables.
int nBasics_
 number of basics variables
int nNonBasics_
 number of non-basics
CoinWarmStartBasisbasis_
 Optimal basis.
double * colsol_
 Stores the value of the solution to cut.
double * slacks_
 Stores the values of the slacks.
bool * integers_
 Stores wheter slacks are integer constrained.

Detailed Description

Some informations that will be changed by the pivots and that we want to keep.

Definition at line 212 of file CglLandP.hpp.


Constructor & Destructor Documentation

CglLandP::CachedData::CachedData ( int  nBasics = 0,
int  nNonBasics = 0 
)
CglLandP::CachedData::CachedData ( const CachedData source  ) 
CglLandP::CachedData::~CachedData (  ) 

Member Function Documentation

CachedData& CglLandP::CachedData::operator= ( const CachedData source  ) 
void CglLandP::CachedData::getData ( const OsiSolverInterface si  ) 

Get the data from a problem.


Member Data Documentation

Indices of basic variables in starting basis (ordered if variable basics_[i] s basic in row i).

Definition at line 222 of file CglLandP.hpp.

Indices of non-basic variables.

Definition at line 224 of file CglLandP.hpp.

number of basics variables

Definition at line 226 of file CglLandP.hpp.

number of non-basics

Definition at line 228 of file CglLandP.hpp.

Optimal basis.

Definition at line 230 of file CglLandP.hpp.

Stores the value of the solution to cut.

Definition at line 232 of file CglLandP.hpp.

Stores the values of the slacks.

Definition at line 234 of file CglLandP.hpp.

Stores wheter slacks are integer constrained.

Definition at line 236 of file CglLandP.hpp.


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

Generated on 15 Mar 2015 for Coin-All by  doxygen 1.6.1