#include <DecompVarPool.h>
|
const bool | colsAreValid () const |
|
void | setColsAreValid (bool colsAreValid) |
|
void | print (double infinity, 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 () |
|
Definition at line 34 of file DecompVarPool.h.
DecompVarPool::DecompVarPool |
( |
| ) |
|
|
inline |
DecompVarPool::~DecompVarPool |
( |
| ) |
|
|
inline |
DecompVarPool::DecompVarPool |
( |
| ) |
|
|
inline |
DecompVarPool::~DecompVarPool |
( |
| ) |
|
|
inline |
const bool DecompVarPool::colsAreValid |
( |
| ) |
const |
|
inline |
void DecompVarPool::setColsAreValid |
( |
bool |
colsAreValid | ) |
|
|
inline |
void DecompVarPool::print |
( |
double |
infinity, |
|
|
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 |
static const char * DecompVarPool::classTag |
|
staticprivate |
bool DecompVarPool::m_colsAreValid |
|
private |
The documentation for this class was generated from the following files: