Collaboration diagram for CglLandP::CachedData:

Public Member Functions | |
| CachedData (int nBasics=0, int nNonBasics=0) | |
| CachedData (const CachedData &source) | |
| CachedData & | operator= (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 | |
| CoinWarmStartBasis * | basis_ |
| 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. | |
Definition at line 212 of file CglLandP.hpp.
| CglLandP::CachedData::CachedData | ( | int | nBasics = 0, |
|
| int | nNonBasics = 0 | |||
| ) |
| CglLandP::CachedData::CachedData | ( | const CachedData & | source | ) |
| CglLandP::CachedData::~CachedData | ( | ) |
| CachedData& CglLandP::CachedData::operator= | ( | const CachedData & | source | ) |
| void CglLandP::CachedData::getData | ( | const OsiSolverInterface & | si | ) |
Get the data from a problem.
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.
| double* CglLandP::CachedData::colsol_ |
| double* CglLandP::CachedData::slacks_ |
1.4.7