Loading...
Searching...
No Matches
lpcolbase.h
Go to the documentation of this file.
49 * Hence, an LPColBase consists of an objective value, a column DSVector and an upper and lower bound to the corresponding
50 * variable, which may include \f$\pm\infty\f$. However, it depends on the LP code to use, what values are actually
60 // ------------------------------------------------------------------------------------------------------------------
73 // ------------------------------------------------------------------------------------------------------------------
87 /* Construct LPColBase with the given objective value \p obj, a column %vector \p vec, upper bound \p upper and
131 // ------------------------------------------------------------------------------------------------------------------
184 // ------------------------------------------------------------------------------------------------------------------
Collection of dense, sparse, and semi-sparse vectors. LPColBase(const R &p_obj, const SVectorBase< R > &p_vector, const R &p_upper, const R &p_lower) Initializing constructor. Definition lpcolbase.h:90 void setColVector(const SVectorBase< R > &p_vec) Sets constraint column vector. Definition lpcolbase.h:177 Everything should be within this namespace. Debugging, floating point type and parameter definitions.
|