|
Dip 0.95.0
|
#include <DecompVarPool.h>
Inheritance diagram for DecompVarPool:
Collaboration diagram for DecompVarPool:Public Member Functions | |
| 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 () | |
Definition at line 34 of file DecompVarPool.h.
|
inline |
Definition at line 70 of file DecompVarPool.h.
|
inline |
Definition at line 73 of file DecompVarPool.h.
|
inline |
Definition at line 44 of file DecompVarPool.h.
|
inline |
Definition at line 47 of file DecompVarPool.h.
| void DecompVarPool::print | ( | double | infinity, |
| std::ostream * | os = &std::cout |
||
| ) | const |
| void DecompVarPool::reExpand | ( | const DecompConstraintSet & | modelCore, |
| const double | tolZero | ||
| ) |
| bool DecompVarPool::isDuplicate | ( | const DecompWaitingCol & | wcol | ) |
| bool DecompVarPool::isDuplicate | ( | const DecompVarList & | vars, |
| const DecompWaitingCol & | wcol | ||
| ) |
| bool DecompVarPool::isParallel | ( | const DecompVarList & | vars, |
| const DecompWaitingCol & | wcol, | ||
| const double | maxCosine | ||
| ) |
| bool DecompVarPool::setReducedCosts | ( | const double * | u, |
| const DecompStatus | stat, | ||
| DecompVarPool::iterator | first, | ||
| DecompVarPool::iterator | last | ||
| ) |
|
inline |
Definition at line 64 of file DecompVarPool.h.