#include <DecompWaitingCol.h>
Definition at line 24 of file DecompWaitingCol.h.
DecompWaitingCol::DecompWaitingCol | ( | const DecompWaitingCol & | rhs | ) | [inline] |
Definition at line 67 of file DecompWaitingCol.h.
DecompWaitingCol::DecompWaitingCol | ( | DecompVar * | var, | |
CoinPackedVector * | col | |||
) | [inline] |
Definition at line 71 of file DecompWaitingCol.h.
DecompWaitingCol::~DecompWaitingCol | ( | ) | [inline] |
Definition at line 75 of file DecompWaitingCol.h.
DecompWaitingCol::DecompWaitingCol | ( | const DecompWaitingCol & | rhs | ) | [inline] |
Definition at line 66 of file DecompWaitingCol.h.
DecompWaitingCol::DecompWaitingCol | ( | DecompVar * | var, | |
CoinPackedVector * | col | |||
) | [inline] |
Definition at line 70 of file DecompWaitingCol.h.
DecompWaitingCol::~DecompWaitingCol | ( | ) | [inline] |
Definition at line 74 of file DecompWaitingCol.h.
DecompVar* DecompWaitingCol::getVarPtr | ( | ) | const [inline] |
Definition at line 31 of file DecompWaitingCol.h.
References m_var.
Referenced by is_less_thanD::operator()().
CoinPackedVector* DecompWaitingCol::getColPtr | ( | ) | const [inline] |
Definition at line 34 of file DecompWaitingCol.h.
References m_col.
const double DecompWaitingCol::getReducedCost | ( | ) | const [inline] |
Definition at line 37 of file DecompWaitingCol.h.
References DecompVar::getReducedCost(), and m_var.
const double DecompWaitingCol::getLowerBound | ( | ) | const [inline] |
Definition at line 40 of file DecompWaitingCol.h.
References DecompVar::getLowerBound(), and m_var.
const double DecompWaitingCol::getUpperBound | ( | ) | const [inline] |
Definition at line 43 of file DecompWaitingCol.h.
References DecompVar::getUpperBound(), and m_var.
const double DecompWaitingCol::getOrigCost | ( | ) | const [inline] |
Definition at line 46 of file DecompWaitingCol.h.
References DecompVar::getOriginalCost(), and m_var.
void DecompWaitingCol::deleteCol | ( | ) | [inline] |
Definition at line 50 of file DecompWaitingCol.h.
References m_col, and UTIL_DELPTR.
void DecompWaitingCol::deleteVar | ( | ) | [inline] |
Definition at line 53 of file DecompWaitingCol.h.
References m_var, and UTIL_DELPTR.
void DecompWaitingCol::clearVar | ( | ) | [inline] |
Definition at line 56 of file DecompWaitingCol.h.
References m_var.
void DecompWaitingCol::setCol | ( | CoinPackedVector * | col | ) | [inline] |
Definition at line 59 of file DecompWaitingCol.h.
References m_col.
bool DecompWaitingCol::setReducedCost | ( | const double * | u, | |
const DecompStatus | stat | |||
) |
DecompVar* DecompWaitingCol::getVarPtr | ( | ) | const [inline] |
Definition at line 30 of file DecompWaitingCol.h.
References m_var.
CoinPackedVector* DecompWaitingCol::getColPtr | ( | ) | const [inline] |
Definition at line 33 of file DecompWaitingCol.h.
References m_col.
const double DecompWaitingCol::getReducedCost | ( | ) | const [inline] |
Definition at line 36 of file DecompWaitingCol.h.
References DecompVar::getReducedCost(), and m_var.
const double DecompWaitingCol::getLowerBound | ( | ) | const [inline] |
Definition at line 39 of file DecompWaitingCol.h.
References DecompVar::getLowerBound(), and m_var.
const double DecompWaitingCol::getUpperBound | ( | ) | const [inline] |
Definition at line 42 of file DecompWaitingCol.h.
References DecompVar::getUpperBound(), and m_var.
const double DecompWaitingCol::getOrigCost | ( | ) | const [inline] |
Definition at line 45 of file DecompWaitingCol.h.
References DecompVar::getOriginalCost(), and m_var.
void DecompWaitingCol::deleteCol | ( | ) | [inline] |
Definition at line 49 of file DecompWaitingCol.h.
References m_col, and UTIL_DELPTR.
void DecompWaitingCol::deleteVar | ( | ) | [inline] |
Definition at line 52 of file DecompWaitingCol.h.
References m_var, and UTIL_DELPTR.
void DecompWaitingCol::clearVar | ( | ) | [inline] |
Definition at line 55 of file DecompWaitingCol.h.
References m_var.
void DecompWaitingCol::setCol | ( | CoinPackedVector * | col | ) | [inline] |
Definition at line 58 of file DecompWaitingCol.h.
References m_col.
bool DecompWaitingCol::setReducedCost | ( | const double * | u, | |
const decompStat | stat | |||
) |
DecompVar * DecompWaitingCol::m_var [private] |
Definition at line 27 of file DecompWaitingCol.h.
Referenced by clearVar(), DecompWaitingCol(), deleteVar(), getLowerBound(), getOrigCost(), getReducedCost(), getUpperBound(), and getVarPtr().
CoinPackedVector * DecompWaitingCol::m_col [private] |
Definition at line 28 of file DecompWaitingCol.h.
Referenced by DecompWaitingCol(), deleteCol(), getColPtr(), and setCol().