All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
LPColSet Class Reference Set of LP columns.Class LPColSet implements a set of LPCols. Unless for memory limitations, any number of LPCols may be added to an LPColSet. Single or multiple LPCols may be added to an LPColSet, where each method add() comes with two different signatures. One with and one without a parameter, used for returning the DataKeys assigned to the new LPCols by the set. See DataKey for a more detailed description of the concept of keys. For the concept of renumbering LPCols within an LPColSet after removal of some LPCols, see DataSet. More...
Inheritance diagram for LPColSet:
![]()
Detailed DescriptionSet of LP columns. Class LPColSet implements a set of LPCols. Unless for memory limitations, any number of LPCols may be added to an LPColSet. Single or multiple LPCols may be added to an LPColSet, where each method add() comes with two different signatures. One with and one without a parameter, used for returning the DataKeys assigned to the new LPCols by the set. See DataKey for a more detailed description of the concept of keys. For the concept of renumbering LPCols within an LPColSet after removal of some LPCols, see DataSet. Definition at line 47 of file lpcolset.h. Constructor & Destructor Documentation
default constructor. The user can specify the initial maximum number of columns Definition at line 381 of file lpcolset.h. References LPColSet::isConsistent().
destructor Definition at line 412 of file lpcolset.h. Member Function Documentation
Definition at line 228 of file lpcolset.h. Referenced by LPColSet::add(), SPxLP::doAddCol(), SPxLP::doAddCols(), SPxLP::doAddRow(), SPxLP::doAddRows(), SPxLP::getCols(), soplex::readColName(), soplex::readCols(), and SPxSolver::solve(). adds p pcol to LPColSet. Definition at line 234 of file lpcolset.h. References LPColSet::add(), LPCol::colVector(), LPCol::lower(), LPCol::obj(), and LPCol::upper(). Definition at line 241 of file lpcolset.h. References LPColSet::add(). adds LPCol consisting of objective value Definition at line 24 of file lpcolset.cpp. References SVSet::add(), Vector::dim(), LPColSet::low, LPColSet::num(), DVector::reDim(), and LPColSet::up.
Definition at line 43 of file lpcolset.cpp. References SVSet::add(), Vector::dim(), LPColSet::low, LPColSet::lower(), LPColSet::maxObj(), LPColSet::num(), DVector::reDim(), LPColSet::up, and LPColSet::upper(). adds all LPCols of Definition at line 63 of file lpcolset.cpp. References LPColSet::add(), LPColSet::key(), and LPColSet::num(). Definition at line 271 of file lpcolset.h. References SVSet::add2(), and LPColSet::colVector_w(). Referenced by SPxLP::changeCol(), SPxLP::changeElement(), SPxLP::changeRow(), and SPxLP::doAddRow().
adds Definition at line 276 of file lpcolset.h. References SVSet::add2(), and LPColSet::colVector_w().
removes all LPCols from the set. Definition at line 139 of file lpcolset.cpp. References SVSet::clear(), LPColSet::low, LPColSet::num(), DVector::reDim(), and LPColSet::up. Referenced by SPxLP::clear(), and SPxLP::getCols().
return the complete SVSet. Definition at line 65 of file lpcolset.h. Referenced by SPxSolver::initRep(), SPxSolver::operator=(), SPxEquiliSC::scale(), SPxGeometSC::scale(), and SPxSolver::SPxSolver().
returns colVector of Definition at line 184 of file lpcolset.h. References SVSet::operator[](). Referenced by SPxLP::colVector(), SPxLP::doAddCols(), and SPxSolver::solve(). returns colVector of LPCol with DataKey Definition at line 194 of file lpcolset.h. References SVSet::operator[]().
Definition at line 179 of file lpcolset.h. References SVSet::operator[](). Referenced by LPColSet::add2(), SPxLP::colVector_w(), and LPColSet::xtend(). returns writeable colVector of LPCol with DataKey Definition at line 189 of file lpcolset.h. References SVSet::operator[](). Definition at line 282 of file lpcolset.h. creates new LPCol with specified arguments and returns a reference to its column vector. Definition at line 72 of file lpcolset.cpp. References SVSet::create(), Vector::dim(), LPColSet::low, LPColSet::num(), DVector::reDim(), and LPColSet::up.
does DataKey Definition at line 212 of file lpcolset.h. References SVSet::has().
Definition at line 147 of file lpcolset.cpp. References Vector::dim(), DVector::isConsistent(), SVSet::isConsistent(), LPColSet::low, MSGinconsistent, LPColSet::num(), and LPColSet::up. Referenced by SPxLP::doAddCols(), SPxLP::doAddRows(), SPxLP::isConsistent(), LPColSet::LPColSet(), and LPColSet::operator=().
returns DataKey of Definition at line 200 of file lpcolset.h. References SVSet::key(). Referenced by LPColSet::add(), SPxLP::cId(), SoPlex::getColName(), and SoPlex::getRowName().
Definition at line 119 of file lpcolset.h. References LPColSet::low. Referenced by LPColSet::add(), SPxLP::lower(), and SPxLP::readLPF().
Definition at line 129 of file lpcolset.h. References LPColSet::low. Definition at line 139 of file lpcolset.h. References LPColSet::low, and LPColSet::number().
returns vector of lower bound values. Definition at line 124 of file lpcolset.h. References LPColSet::low. Referenced by SPxLP::changeLower(), SPxLP::lower_w(), soplex::readBounds(), and SPxLP::readLPF().
returns lower bound of Definition at line 134 of file lpcolset.h. References LPColSet::low. returns lower bound of LPCol with DataKey Definition at line 144 of file lpcolset.h. References LPColSet::low, and LPColSet::number().
returns maximum number of LPCols currently fitting into LPColSet. Definition at line 83 of file lpcolset.h. References SVSet::max(). Referenced by LPColSet::reMax().
Definition at line 89 of file lpcolset.h. References LPColSet::object. Referenced by LPColSet::add(), SPxLP::getObj(), and SPxLP::maxObj().
Definition at line 99 of file lpcolset.h. Definition at line 109 of file lpcolset.h. References LPColSet::number().
returns vector of objective values w.r.t. maximization. Definition at line 94 of file lpcolset.h. References LPColSet::object. Referenced by SPxLP::changeObj(), SPxLP::changeSense(), SPxLP::doAddCol(), SPxLP::doAddCols(), SPxLP::maxObj_w(), and SPxLP::readLPF().
returns objective value (w.r.t. maximization) of Definition at line 104 of file lpcolset.h. returns objective value (w.r.t. maximization) of LPCol with DataKey Definition at line 114 of file lpcolset.h. References LPColSet::number().
returns length of nonzero memory. Definition at line 345 of file lpcolset.h. References SVSet::memMax().
garbage collection in nonzero memory. Definition at line 357 of file lpcolset.h. References SVSet::memPack().
resets length of nonzero memory. Definition at line 351 of file lpcolset.h. References SVSet::memRemax(). Referenced by SPxLP::readMPS().
returns used nonzero memory. Definition at line 339 of file lpcolset.h. References SVSet::memSize().
returns the number of LPCols currently in LPColSet. Definition at line 77 of file lpcolset.h. References SVSet::num(). Referenced by LPColSet::add(), LPColSet::clear(), LPColSet::create(), SPxLP::doAddCols(), LPColSet::isConsistent(), SPxLP::nCols(), soplex::readCols(), SPxLP::readMPS(), LPColSet::remove(), and SPxSolver::solve().
returns number of LPCol with DataKey Definition at line 206 of file lpcolset.h. References SVSet::number(). Referenced by LPColSet::lower(), LPColSet::lower_w(), LPColSet::maxObj(), LPColSet::maxObj_w(), SPxLP::number(), LPColSet::remove(), LPColSet::upper(), and LPColSet::upper_w(). assignment operator. Definition at line 388 of file lpcolset.h. References LPColSet::isConsistent(), LPColSet::low, LPColSet::object, SVSet::operator=(), and LPColSet::up. Referenced by SPxLP::operator=().
reallocates memory to be able to store Definition at line 330 of file lpcolset.h. References LPColSet::low, LPColSet::max(), SVSet::reMax(), DVector::reSize(), and LPColSet::up. Referenced by SPxLP::readMPS().
removes Definition at line 90 of file lpcolset.cpp. References LPColSet::low, LPColSet::num(), DVector::reDim(), SVSet::remove(), and LPColSet::up. Referenced by SPxLP::doRemoveCol(), and SPxLP::doRemoveCols().
Definition at line 302 of file lpcolset.h. References LPColSet::number().
removes multiple elements. Definition at line 101 of file lpcolset.cpp. References LPColSet::low, LPColSet::num(), DVector::reDim(), SVSet::remove(), and LPColSet::up.
removes LPCols with numbers Definition at line 311 of file lpcolset.h. References DataArray< T >::get_ptr(), and LPColSet::num().
removes LPCols with numbers Definition at line 120 of file lpcolset.cpp. References LPColSet::low, LPColSet::num(), DVector::reDim(), SVSet::remove(), and LPColSet::up.
Definition at line 149 of file lpcolset.h. References LPColSet::up. Referenced by LPColSet::add(), SPxLP::readLPF(), and SPxLP::upper().
Definition at line 159 of file lpcolset.h. References LPColSet::up. Definition at line 169 of file lpcolset.h. References LPColSet::number(), and LPColSet::up.
returns vector of upper bound values. Definition at line 154 of file lpcolset.h. References LPColSet::up. Referenced by SPxLP::changeUpper(), soplex::readBounds(), SPxLP::readLPF(), and SPxLP::upper_w().
returns upper bound of Definition at line 164 of file lpcolset.h. References LPColSet::up. returns upper bound of LPCol with DataKey Definition at line 174 of file lpcolset.h. References LPColSet::number(), and LPColSet::up.
extends column Definition at line 259 of file lpcolset.h. References LPColSet::colVector_w(), and SVSet::xtend(). Referenced by SPxLP::doAddRows().
extend column with DataKey Definition at line 265 of file lpcolset.h. References LPColSet::colVector_w(), and SVSet::xtend(). Member Data Documentation
vector of lower bounds. Definition at line 54 of file lpcolset.h. Referenced by LPColSet::add(), LPColSet::clear(), LPColSet::create(), LPColSet::isConsistent(), LPColSet::lower(), LPColSet::lower_w(), LPColSet::operator=(), LPColSet::reMax(), and LPColSet::remove().
vector of objective coefficients. Definition at line 56 of file lpcolset.h. Referenced by LPColSet::maxObj(), LPColSet::maxObj_w(), and LPColSet::operator=().
vector of upper bounds. Definition at line 55 of file lpcolset.h. Referenced by LPColSet::add(), LPColSet::clear(), LPColSet::create(), LPColSet::isConsistent(), LPColSet::operator=(), LPColSet::reMax(), LPColSet::remove(), LPColSet::upper(), and LPColSet::upper_w().
|