All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
LPCol Class Reference LP column.Class LPCol provides a datatype for storing the column of an LP a the form similar to
Hence, an LPCol consists of an objective value, a column DSVector and an upper and lower bound to the corresponding variable, which may include
Detailed DescriptionLP column. Class LPCol provides a datatype for storing the column of an LP a the form similar to
Hence, an LPCol consists of an objective value, a column DSVector and an upper and lower bound to the corresponding variable, which may include Constructor & Destructor Documentation
default constructor. Construct LPCol with a column vector ready for taking Definition at line 68 of file lpcol.h. References LPCol::isConsistent(). Member Function Documentation
get constraint column vector. Definition at line 133 of file lpcol.h. References LPCol::vec. Referenced by LPColSet::add(), SPxLP::changeCol(), and SPxLP::doAddCol().
check consistency. Definition at line 149 of file lpcol.h. References DSVector::isConsistent(), and LPCol::vec. Referenced by LPCol::LPCol().
get lower bound. Definition at line 122 of file lpcol.h. References LPCol::low. Referenced by LPColSet::add(), and SPxLP::changeCol().
get objective value. Definition at line 100 of file lpcol.h. References LPCol::object. Referenced by LPColSet::add(), and SPxLP::changeCol().
access constraint column vector. Definition at line 139 of file lpcol.h. References LPCol::vec. Referenced by SPxLP::getCol().
access lower bound. Definition at line 127 of file lpcol.h. References LPCol::low. Referenced by SPxLP::getCol().
access upper bound. Definition at line 116 of file lpcol.h. References LPCol::up. Referenced by SPxLP::getCol().
get upper bound. Definition at line 111 of file lpcol.h. References LPCol::up. Referenced by LPColSet::add(), and SPxLP::changeCol(). Member Data Documentation
lower bound Definition at line 54 of file lpcol.h. Referenced by LPCol::lower(), and LPCol::setLower().
upper bound Definition at line 53 of file lpcol.h. Referenced by LPCol::setUpper(), and LPCol::upper().
the column vector Definition at line 56 of file lpcol.h. Referenced by LPCol::colVector(), LPCol::isConsistent(), and LPCol::setColVector().
|