#include <DecompCutPool.h>
|
const bool | rowsAreValid () const |
|
void | setRowsAreValid (bool rowsAreValid) |
|
void | print (std::ostream *os=&std::cout) const |
|
void | reExpand (const DecompVarList &vars, const int n_coreCols, const int n_artCols) |
|
CoinPackedVector * | createRowReform (const int n_coreCols, const CoinPackedVector *row, const DecompVarList &vars) |
|
bool | calcViolations (const double *x, DecompCutPool::iterator first, DecompCutPool::iterator last) |
|
bool | calcViolations (const double *x) |
|
| DecompCutPool () |
|
| ~DecompCutPool () |
|
const bool | rowsAreValid () const |
|
void | setRowsAreValid (bool rowsAreValid) |
|
void | print (ostream *os=&cout) const |
|
void | reExpand (const DecompVarList &vars, const int n_corecols) |
|
CoinPackedVector * | createRowReform (const int n_corecols, const CoinPackedVector *row, const DecompVarList &vars) |
|
bool | calcViolations (const double *x, DecompCutPool::iterator first, DecompCutPool::iterator last) |
|
bool | calcViolations (const double *x) |
|
| DecompCutPool () |
|
| ~DecompCutPool () |
|
Definition at line 38 of file DecompCutPool.h.
DecompCutPool::DecompCutPool |
( |
| ) |
|
|
inline |
DecompCutPool::~DecompCutPool |
( |
| ) |
|
|
inline |
DecompCutPool::DecompCutPool |
( |
| ) |
|
|
inline |
DecompCutPool::~DecompCutPool |
( |
| ) |
|
|
inline |
const bool DecompCutPool::rowsAreValid |
( |
| ) |
const |
|
inline |
void DecompCutPool::setRowsAreValid |
( |
bool |
rowsAreValid | ) |
|
|
inline |
void DecompCutPool::print |
( |
std::ostream * |
os = &std::cout | ) |
const |
void DecompCutPool::reExpand |
( |
const DecompVarList & |
vars, |
|
|
const int |
n_coreCols, |
|
|
const int |
n_artCols |
|
) |
| |
bool DecompCutPool::calcViolations |
( |
const double * |
x, |
|
|
DecompCutPool::iterator |
first, |
|
|
DecompCutPool::iterator |
last |
|
) |
| |
bool DecompCutPool::calcViolations |
( |
const double * |
x | ) |
|
|
inline |
const bool DecompCutPool::rowsAreValid |
( |
| ) |
const |
|
inline |
void DecompCutPool::setRowsAreValid |
( |
bool |
rowsAreValid | ) |
|
|
inline |
void DecompCutPool::print |
( |
ostream * |
os = &cout | ) |
const |
void DecompCutPool::reExpand |
( |
const DecompVarList & |
vars, |
|
|
const int |
n_corecols |
|
) |
| |
bool DecompCutPool::calcViolations |
( |
const double * |
x, |
|
|
DecompCutPool::iterator |
first, |
|
|
DecompCutPool::iterator |
last |
|
) |
| |
bool DecompCutPool::calcViolations |
( |
const double * |
x | ) |
|
|
inline |
static const char * DecompCutPool::classTag |
|
staticprivate |
bool DecompCutPool::m_rowsAreValid |
|
private |
The documentation for this class was generated from the following files: