191#ifdef ENABLE_CONSISTENCY_CHECKS
192 return vec.isConsistent();
Collection of dense, sparse, and semi-sparse vectors.
R upper() const
Gets upper bound.
void setLower(const R &p_low)
Sets lower bound.
bool isConsistent() const
Checks consistency.
LPColBase< R > & operator=(const LPColBase< R > &old)
Assignment operator.
const SVectorBase< R > & colVector() const
Gets constraint column vector.
void setUpper(const R &p_up)
Sets upper bound.
DSVectorBase< R > vec
the column vector
LPColBase(const R &p_obj, const SVectorBase< R > &p_vector, const R &p_upper, const R &p_lower)
Initializing constructor.
void setColVector(const SVectorBase< R > &p_vec)
Sets constraint column vector.
R lower() const
Gets lower bound.
LPColBase(const LPColBase< R > &old)
Copy constructor.
LPColBase(const LPColBase< S > &old)
Copy constructor.
R obj() const
Gets objective value.
void setObj(const R &p_object)
Sets objective value.
LPColBase(int defDim=0)
Default constructor.
Everything should be within this namespace.
SOPLEX_THREADLOCAL const Real infinity
Debugging, floating point type and parameter definitions.