DecompVarPool Class Reference
#include <DecompVarPool.h>
List of all members.
Public Member Functions |
const bool | colsAreValid () const |
void | setColsAreValid (bool colsAreValid) |
void | print (std::ostream *os=&std::cout) const |
void | reExpand (const DecompConstraintSet &modelCore, const double tolZero) |
bool | isDuplicate (const DecompWaitingCol &wcol) |
bool | isDuplicate (const DecompVarList &vars, const DecompWaitingCol &wcol) |
bool | isParallel (const DecompVarList &vars, const DecompWaitingCol &wcol, const double maxCosine) |
bool | setReducedCosts (const double *u, const DecompStatus stat, DecompVarPool::iterator first, DecompVarPool::iterator last) |
bool | setReducedCosts (const double *u, const DecompStatus stat) |
| DecompVarPool () |
| ~DecompVarPool () |
const bool | colsAreValid () const |
void | setColsAreValid (bool colsAreValid) |
void | print (ostream *os=&cout) const |
void | reExpand (const DecompConstraintSet &modelCore, const double tolZero) |
bool | isDuplicate (const DecompWaitingCol &wcol) |
bool | isDuplicate (const DecompVarList &vars, const DecompWaitingCol &wcol) |
bool | setReducedCosts (const double *u, const decompStat stat, DecompVarPool::iterator first, DecompVarPool::iterator last) |
bool | setReducedCosts (const double *u, const decompStat stat) |
| DecompVarPool () |
| ~DecompVarPool () |
Private Member Functions |
| DecompVarPool (const DecompVarPool &) |
DecompVarPool & | operator= (const DecompVarPool &) |
| DecompVarPool (const DecompVarPool &) |
DecompVarPool & | operator= (const DecompVarPool &) |
Private Attributes |
bool | m_colsAreValid |
Static Private Attributes |
static const char * | classTag |
Detailed Description
Definition at line 35 of file DecompVarPool.h.
Constructor & Destructor Documentation
DecompVarPool::DecompVarPool |
( |
|
) |
[inline] |
DecompVarPool::~DecompVarPool |
( |
|
) |
[inline] |
DecompVarPool::DecompVarPool |
( |
|
) |
[inline] |
DecompVarPool::~DecompVarPool |
( |
|
) |
[inline] |
Member Function Documentation
const bool DecompVarPool::colsAreValid |
( |
|
) |
const [inline] |
void DecompVarPool::setColsAreValid |
( |
bool |
colsAreValid |
) |
[inline] |
void DecompVarPool::print |
( |
std::ostream * |
os = &std::cout |
) |
const |
bool DecompVarPool::setReducedCosts |
( |
const double * |
u, |
|
|
const DecompStatus |
stat, |
|
|
DecompVarPool::iterator |
first, |
|
|
DecompVarPool::iterator |
last | |
|
) |
| | |
bool DecompVarPool::setReducedCosts |
( |
const double * |
u, |
|
|
const DecompStatus |
stat | |
|
) |
| | [inline] |
const bool DecompVarPool::colsAreValid |
( |
|
) |
const [inline] |
void DecompVarPool::setColsAreValid |
( |
bool |
colsAreValid |
) |
[inline] |
void DecompVarPool::print |
( |
ostream * |
os = &cout |
) |
const |
bool DecompVarPool::setReducedCosts |
( |
const double * |
u, |
|
|
const decompStat |
stat, |
|
|
DecompVarPool::iterator |
first, |
|
|
DecompVarPool::iterator |
last | |
|
) |
| | |
bool DecompVarPool::setReducedCosts |
( |
const double * |
u, |
|
|
const decompStat |
stat | |
|
) |
| | [inline] |
Member Data Documentation
The documentation for this class was generated from the following files: