All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
LPRow Class Reference (In)equality for LPs.Class LPRow provides constraints for linear programs in the form
where a is a DSVector. l is referred to as left hand side, r as right hand side and a as row vector or the constraint vector. l and r may also take values
Detailed Description(In)equality for LPs. Class LPRow provides constraints for linear programs in the form
where a is a DSVector. l is referred to as left hand side, r as right hand side and a as row vector or the constraint vector. l and r may also take values LPRows allow to specify regular inequalities of the form
where Since constraints in the regular form occur often, LPRows offers methods type() and value() for retreiving Member Enumeration Documentation
Constructor & Destructor Documentation
Construct LPRow with a vector ready to hold Definition at line 91 of file lprow.h. References LPRow::isConsistent(). Construct LPRow with the given left-hand side, right-hand side and rowVector. Definition at line 106 of file lprow.h. References LPRow::isConsistent().
Construct LPRow from passed Definition at line 71 of file lprow.cpp. References LPRow::EQUAL, LPRow::GREATER_EQUAL, soplex::infinity, LPRow::isConsistent(), LPRow::left, LPRow::LESS_EQUAL, and LPRow::right. Member Function Documentation
check consistency. Definition at line 177 of file lprow.h. References DSVector::isConsistent(), and LPRow::vec. Referenced by LPRow::LPRow().
get left-hand side value. Definition at line 137 of file lprow.h. References LPRow::left. Referenced by LPRowSet::add(), SPxLP::changeRow(), LPRow::setType(), LPRow::type(), and LPRow::value().
get right-hand side value. Definition at line 149 of file lprow.h. References LPRow::right. Referenced by LPRowSet::add(), SPxLP::changeRow(), LPRow::setType(), LPRow::type(), and LPRow::value().
get constraint row vector Definition at line 161 of file lprow.h. References LPRow::vec. Referenced by LPRowSet::add(), SPxLP::changeRow(), and SPxLP::doAddRow().
access left-hand side value. Definition at line 143 of file lprow.h. References LPRow::left. Referenced by SPxLP::getRow(), SPxLP::readLPF(), and soplex::readRows().
access right-hand side value. Definition at line 155 of file lprow.h. References LPRow::right. Referenced by SPxLP::getRow(), SPxLP::readLPF(), and soplex::readRows().
access constraint row vector. Definition at line 167 of file lprow.h. References LPRow::vec. Referenced by SPxLP::getRow(), and SPxLP::readLPF().
set type of (in)equality Definition at line 39 of file lprow.cpp. References LPRow::EQUAL, LPRow::GREATER_EQUAL, soplex::infinity, LPRow::left, LPRow::LESS_EQUAL, LPRow::lhs(), MSG_ERROR, LPRow::RANGE, LPRow::rhs(), LPRow::right, and soplex::spxout.
get type of row. Definition at line 28 of file lprow.cpp. References LPRow::EQUAL, LPRow::GREATER_EQUAL, soplex::infinity, LPRow::LESS_EQUAL, LPRow::lhs(), LPRow::RANGE, and LPRow::rhs(). Referenced by LPRow::value().
Right hand side value of (in)equality. This method returns Definition at line 64 of file lprow.cpp. References soplex::infinity, LPRow::lhs(), LPRow::RANGE, LPRow::rhs(), and LPRow::type(). Member Data Documentation
left-hand side of the constraint Definition at line 64 of file lprow.h. Referenced by LPRow::lhs(), LPRow::LPRow(), LPRow::setLhs(), and LPRow::setType().
right-hand side of the constraint Definition at line 65 of file lprow.h. Referenced by LPRow::LPRow(), LPRow::rhs(), LPRow::setRhs(), and LPRow::setType().
the row vector Definition at line 66 of file lprow.h. Referenced by LPRow::isConsistent(), LPRow::rowVector(), and LPRow::setRowVector().
|