Dip
0.92.4
|
#include <DecompWaitingCol.h>
Public Member Functions | |
DecompVar * | getVarPtr () const |
CoinPackedVector * | getColPtr () const |
const double | getReducedCost () const |
const double | getLowerBound () const |
const double | getUpperBound () const |
const double | getOrigCost () const |
void | deleteCol () |
void | deleteVar () |
void | clearVar () |
void | setCol (CoinPackedVector *col) |
bool | setReducedCost (const double *u, const DecompStatus stat) |
DecompWaitingCol (const DecompWaitingCol &rhs) | |
DecompWaitingCol (DecompVar *var, CoinPackedVector *col) | |
~DecompWaitingCol () | |
DecompVar * | getVarPtr () const |
CoinPackedVector * | getColPtr () const |
const double | getReducedCost () const |
const double | getLowerBound () const |
const double | getUpperBound () const |
const double | getOrigCost () const |
void | deleteCol () |
void | deleteVar () |
void | clearVar () |
void | setCol (CoinPackedVector *col) |
bool | setReducedCost (const double *u, const decompStat stat) |
DecompWaitingCol (const DecompWaitingCol &rhs) | |
DecompWaitingCol (DecompVar *var, CoinPackedVector *col) | |
~DecompWaitingCol () | |
Private Attributes | |
DecompVar * | m_var |
CoinPackedVector * | m_col |
Definition at line 23 of file DecompWaitingCol.h.
|
inline |
Definition at line 66 of file DecompWaitingCol.h.
|
inline |
Definition at line 70 of file DecompWaitingCol.h.
|
inline |
Definition at line 74 of file DecompWaitingCol.h.
|
inline |
Definition at line 66 of file DecompWaitingCol.h.
|
inline |
Definition at line 70 of file DecompWaitingCol.h.
|
inline |
Definition at line 74 of file DecompWaitingCol.h.
|
inline |
Definition at line 30 of file DecompWaitingCol.h.
References m_var.
Referenced by is_less_thanD::operator()().
|
inline |
Definition at line 33 of file DecompWaitingCol.h.
References m_col.
|
inline |
Definition at line 36 of file DecompWaitingCol.h.
References DecompVar::getReducedCost(), and m_var.
|
inline |
Definition at line 39 of file DecompWaitingCol.h.
References DecompVar::getLowerBound(), and m_var.
|
inline |
Definition at line 42 of file DecompWaitingCol.h.
References DecompVar::getUpperBound(), and m_var.
|
inline |
Definition at line 45 of file DecompWaitingCol.h.
References DecompVar::getOriginalCost(), and m_var.
|
inline |
Definition at line 49 of file DecompWaitingCol.h.
References m_col, and UTIL_DELPTR.
|
inline |
Definition at line 52 of file DecompWaitingCol.h.
References m_var, and UTIL_DELPTR.
|
inline |
Definition at line 55 of file DecompWaitingCol.h.
References m_var.
|
inline |
Definition at line 58 of file DecompWaitingCol.h.
References m_col.
bool DecompWaitingCol::setReducedCost | ( | const double * | u, |
const DecompStatus | stat | ||
) |
|
inline |
Definition at line 30 of file DecompWaitingCol.h.
References m_var.
|
inline |
Definition at line 33 of file DecompWaitingCol.h.
References m_col.
|
inline |
Definition at line 36 of file DecompWaitingCol.h.
References DecompVar::getReducedCost(), and m_var.
|
inline |
Definition at line 39 of file DecompWaitingCol.h.
References DecompVar::getLowerBound(), and m_var.
|
inline |
Definition at line 42 of file DecompWaitingCol.h.
References DecompVar::getUpperBound(), and m_var.
|
inline |
Definition at line 45 of file DecompWaitingCol.h.
References DecompVar::getOriginalCost(), and m_var.
|
inline |
Definition at line 49 of file DecompWaitingCol.h.
References m_col, and UTIL_DELPTR.
|
inline |
Definition at line 52 of file DecompWaitingCol.h.
References m_var, and UTIL_DELPTR.
|
inline |
Definition at line 55 of file DecompWaitingCol.h.
References m_var.
|
inline |
Definition at line 58 of file DecompWaitingCol.h.
References m_col.
bool DecompWaitingCol::setReducedCost | ( | const double * | u, |
const decompStat | stat | ||
) |
|
private |
Definition at line 26 of file DecompWaitingCol.h.
Referenced by clearVar(), DecompWaitingCol(), deleteVar(), getLowerBound(), getOrigCost(), getReducedCost(), getUpperBound(), and getVarPtr().
|
private |
Definition at line 27 of file DecompWaitingCol.h.
Referenced by DecompWaitingCol(), deleteCol(), getColPtr(), and setCol().