All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
SPxId Class Reference Generic Ids for LP rows or columns.Both SPxColIds and SPxRowIds may be treated uniformly as SPxIds: More...
Inheritance diagram for SPxId:
![]()
Detailed DescriptionGeneric Ids for LP rows or columns. Both SPxColIds and SPxRowIds may be treated uniformly as SPxIds: Rows and columns are numbered from 0 to num()-1 and 0 to dim()-1 respectively. These numbers may be used to select individual rows or columns. However, these numbers may change if other rows or columns are added or removed. Further, each row or column of the problem matrix is assigned a SPxRowId or SPxColId, respectively. They are be used to select individual rows or columns just like numbers. In contrast to row and column numbers, ids remain unchanged for the time a row or column belongs to a SPxLP, no matter what other rows or columns are added to it or removed from it. Member Enumeration Documentation
Constructor & Destructor DocumentationMember Function Documentation
makes the id invalid. Definition at line 155 of file spxid.h. References DataKey::info. Referenced by SPxHarrisRT::selectEnter().
is id a column id? Definition at line 165 of file spxid.h. References DataKey::info. Referenced by SPxSolver::enter(), SPxSolver::fpsolve(), SPxSolver::getEnterVals(), SPxSolver::getEnterVals2(), SPxSolver::getLeaveVals(), SPxSolver::getLeaveVals2(), SPxSolver::getPrimal(), SPxFastRT::selectLeave(), SPxSolver::setPrimal(), SPxRowId::SPxRowId(), and SPxSolver::ungetEnterVal().
is id a row id? Definition at line 160 of file spxid.h. References DataKey::info. Referenced by SPxSolver::computeEnterCoPrhs(), SPxSolver::computeLeaveCoPrhs(), SPxSolver::enter(), SPxSolver::fpsolve(), SPxSolver::getEnterVals(), SPxSolver::getEnterVals2(), SPxSolver::getLeaveVals(), SPxSolver::getLeaveVals2(), SPxSolver::leave(), SPxSolver::rejectLeave(), SPxSolver::setEnterBounds(), SPxSolver::setLeaveBounds(), SPxColId::SPxColId(), and SPxSolver::ungetEnterVal().
returns TRUE iff the id is a valid column or row identifier. Definition at line 150 of file spxid.h. References DataKey::info. Referenced by SPxSolver::enter(), SPxSolver::fpsolve(), SPxSolver::leave(), SPxDefaultRT::selectEnter(), SPxDevexPR::selectEnter(), SPxSteepPR::selectEnter(), SPxFastRT::selectEnter(), SPxBoundFlippingRT::selectEnter(), SPxDantzigPR::selectEnterX(), SPxDevexPR::selectEnterX(), and SPxSteepPR::selectEnterX().
assignment operator Definition at line 126 of file spxid.h. References SPxId::COL_ID, DataKey::info, and DataKey::operator=(). assignment operator Definition at line 133 of file spxid.h. References DataKey::info, DataKey::operator=(), and SPxId::ROW_ID.
returns the type of the id. Definition at line 145 of file spxid.h. References SPxId::COL_ID, DataKey::info, SPxId::INVALID, and SPxId::ROW_ID. Referenced by SPxHarrisRT::selectEnter(), and SPxSolver::unShift(). Friends And Related Function Documentation
|