168 #ifdef ENABLE_CONSISTENCY_CHECKS 178 #endif // _LPCOLBASE_H_
THREADLOCAL const Real infinity
Dynamic sparse vectors.Class DSVectorBase implements dynamic sparse vectors, i.e. SVectorBases with a...
void setLower(const R &p_low)
Sets lower bound.
R obj() const
Gets objective value.
void setUpper(const R &p_up)
Sets upper bound.
R lower() const
Gets lower bound.
bool isConsistent() const
Checks consistency.
const SVectorBase< R > & colVector() const
Gets constraint column vector.
bool isConsistent() const
Consistency check.
Debugging, floating point type and parameter definitions.
DSVectorBase< R > vec
the column vector
Collection of dense, sparse, and semi-sparse vectors.
Everything should be within this namespace.
void setObj(const R &p_object)
Sets objective value.
R upper() const
Gets upper bound.
Sparse vectors.Class SVectorBase provides packed sparse vectors. Such are a sparse vectors...
void setColVector(const SVectorBase< R > &p_vec)
Sets constraint column vector.
LP column.Class LPColBase provides a datatype for storing the column of an LP a the form similar to ...