#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() [1/2]
DecompVarPool::DecompVarPool |
( |
| ) |
|
|
inline |
◆ ~DecompVarPool() [1/2]
DecompVarPool::~DecompVarPool |
( |
| ) |
|
|
inline |
◆ DecompVarPool() [2/2]
DecompVarPool::DecompVarPool |
( |
| ) |
|
|
inline |
◆ ~DecompVarPool() [2/2]
DecompVarPool::~DecompVarPool |
( |
| ) |
|
|
inline |
◆ colsAreValid() [1/2]
const bool DecompVarPool::colsAreValid |
( |
| ) |
const |
|
inline |
◆ setColsAreValid() [1/2]
void DecompVarPool::setColsAreValid |
( |
bool |
colsAreValid | ) |
|
|
inline |
◆ print() [1/2]
void DecompVarPool::print |
( |
double |
infinity, |
|
|
std::ostream * |
os = &std::cout |
|
) |
| const |
◆ reExpand() [1/2]
◆ isDuplicate() [1/4]
◆ isDuplicate() [2/4]
◆ isParallel()
◆ setReducedCosts() [1/4]
bool DecompVarPool::setReducedCosts |
( |
const double * |
u, |
|
|
const DecompStatus |
stat, |
|
|
DecompVarPool::iterator |
first, |
|
|
DecompVarPool::iterator |
last |
|
) |
| |
◆ setReducedCosts() [2/4]
bool DecompVarPool::setReducedCosts |
( |
const double * |
u, |
|
|
const DecompStatus |
stat |
|
) |
| |
|
inline |
◆ colsAreValid() [2/2]
const bool DecompVarPool::colsAreValid |
( |
| ) |
const |
|
inline |
◆ setColsAreValid() [2/2]
void DecompVarPool::setColsAreValid |
( |
bool |
colsAreValid | ) |
|
|
inline |
◆ print() [2/2]
void DecompVarPool::print |
( |
ostream * |
os = &cout | ) |
const |
◆ reExpand() [2/2]
◆ isDuplicate() [3/4]
◆ isDuplicate() [4/4]
◆ setReducedCosts() [3/4]
bool DecompVarPool::setReducedCosts |
( |
const double * |
u, |
|
|
const decompStat |
stat, |
|
|
DecompVarPool::iterator |
first, |
|
|
DecompVarPool::iterator |
last |
|
) |
| |
◆ setReducedCosts() [4/4]
bool DecompVarPool::setReducedCosts |
( |
const double * |
u, |
|
|
const decompStat |
stat |
|
) |
| |
|
inline |
The documentation for this class was generated from the following file: