All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
SPxLP Class Reference Saving LPs in a form suitable for SoPlex.Class SPxLP provides the data structures required for saving a linear program in the form
suitable for solving with SoPlex. This includes: More...
Inheritance diagram for SPxLP:
![]()
Detailed DescriptionSaving LPs in a form suitable for SoPlex. Class SPxLP provides the data structures required for saving a linear program in the form
suitable for solving with SoPlex. This includes:
Note, that the optimization sense is not saved directly. Instead, the objective function are multiplied by -1 to transform the LP to our standard form maximizing the objective function. However, the sense of the loaded LP can be retreived with method spxSense(). Further, equality constraints are modelled by SPxLPs are saved as an SVSet, both for the columns and rows. Note that this is redundant but eases the access. Member Enumeration Documentation
Constructor & Destructor Documentation
default constructor. Definition at line 758 of file spxlp.h. References SPxLP::clear(), and SPxLP::isConsistent(). Member Function Documentation
Definition at line 360 of file spxlp.h. References SPxLP::doAddCol(). Referenced by SPxLP::addCol(). adds Definition at line 365 of file spxlp.h. References SPxLP::addCol(), SPxLP::cId(), and SPxLP::nCols().
Definition at line 372 of file spxlp.h. References SPxLP::doAddCols(). Referenced by SPxLP::addCols(), SPxLP::readLPF(), and SPxSolver::solve(). adds all LPCols of Definition at line 386 of file spxlp.cpp. References SPxLP::addCols(), SPxLP::cId(), METHOD, and SPxLP::nCols(). Definition at line 170 of file spxlp.cpp. References DataArray< T >::get_ptr(), SVector::index(), SVSet::memMax(), SVSet::memRemax(), METHOD, SVSet::num(), SVector::size(), DataArray< T >::size(), SVector::value(), and SVSet::xtend(). Referenced by SPxLP::readMPS().
called after the last Reimplemented in SPxSolver. Definition at line 720 of file spxlp.h. Referenced by SPxSolver::addedCols(), SPxLP::doAddCol(), SPxLP::doAddCols(), SPxLP::doAddRow(), SPxLP::doAddRows(), and SPxLP::readMPS().
called after the last Reimplemented in SPxSolver. Definition at line 717 of file spxlp.h. Referenced by SPxSolver::addedRows(), SPxLP::doAddCol(), SPxLP::doAddCols(), SPxLP::doAddRow(), SPxLP::doAddRows(), and SPxLP::readMPS().
Definition at line 340 of file spxlp.h. References SPxLP::doAddRow(). Referenced by SPxLP::addRow(). adds Definition at line 345 of file spxlp.h. References SPxLP::addRow(), SPxLP::nRows(), and SPxLP::rId().
Definition at line 352 of file spxlp.h. References SPxLP::doAddRows(). Referenced by SPxLP::addRows(), and SPxLP::readLPF(). adds all LPRows of Definition at line 377 of file spxlp.cpp. References SPxLP::addRows(), METHOD, SPxLP::nRows(), and SPxLP::rId(). changes variable bounds to Reimplemented in SPxSolver. Definition at line 659 of file spxlp.cpp. References SPxLP::changeLower(), SPxLP::changeUpper(), SPxLP::isConsistent(), and METHOD. Referenced by SPxLP::changeBounds(), and SPxMainSM::simplifyCols(). changes bounds of column Reimplemented in SPxSolver. Definition at line 667 of file spxlp.cpp. References SPxLP::changeLower(), SPxLP::changeUpper(), SPxLP::isConsistent(), and METHOD. changes bounds of column with identifier Reimplemented in SPxSolver. Definition at line 569 of file spxlp.h. References SPxLP::changeBounds(), and SPxLP::number().
replaces Reimplemented in SPxSolver. Definition at line 739 of file spxlp.cpp. References LPColSet::add2(), LPRowSet::add2(), SPxLP::changeLower(), SPxLP::changeObj(), SPxLP::changeUpper(), SVector::clear(), LPCol::colVector(), SPxLP::colVector_w(), SVector::index(), SPxLP::isConsistent(), LPCol::lower(), METHOD, SVector::number(), LPCol::obj(), SVector::remove(), SPxLP::rowVector_w(), SVector::size(), and LPCol::upper(). Referenced by SPxLP::changeCol(), and SPxSolver::changeCol(). replaces column with identifier Reimplemented in SPxSolver. Definition at line 623 of file spxlp.h. References SPxLP::changeCol(), and SPxLP::number().
changes LP element ( Reimplemented in SPxSolver. Definition at line 765 of file spxlp.cpp. References LPColSet::add2(), LPRowSet::add2(), SPxLP::colVector_w(), SPxLP::isConsistent(), METHOD, SVector::number(), SVector::remove(), SPxLP::rowVector_w(), and SVector::value(). Referenced by SPxLP::changeElement(), and SPxSolver::changeElement(). changes LP element identified by ( Reimplemented in SPxSolver. Definition at line 632 of file spxlp.h. References SPxLP::changeElement(), and SPxLP::number().
changes left hand side vector for constraints to Reimplemented in SPxSolver. Definition at line 651 of file spxlp.cpp. References Vector::dim(), SPxLP::isConsistent(), SPxLP::lhs(), LPRowSet::lhs_w(), and METHOD. Referenced by SPxLP::changeLhs(), SPxSolver::changeLhs(), SPxLP::changeRange(), SPxSolver::changeRange(), SPxLP::changeRow(), SPxMainSM::fixColumn(), SPxMainSM::handleExtremes(), and SPxMainSM::simplifyRows().
changes Reimplemented in SPxSolver. Definition at line 675 of file spxlp.cpp. References SPxLP::isConsistent(), LPRowSet::lhs_w(), and METHOD. changes left hand side value for row with identifier Reimplemented in SPxSolver. Definition at line 581 of file spxlp.h. References SPxLP::changeLhs(), and SPxLP::number().
changes vector of lower bounds to Reimplemented in SPxSolver. Definition at line 621 of file spxlp.cpp. References Vector::dim(), SPxLP::isConsistent(), SPxLP::lower(), LPColSet::lower_w(), and METHOD. Referenced by SPxLP::changeBounds(), SPxLP::changeCol(), SPxLP::changeLower(), SPxSolver::changeLower(), SPxMainSM::duplicateCols(), SPxMainSM::handleExtremes(), SPxMainSM::removeRowSingleton(), SPxMainSM::simplifyCols(), SPxMainSM::simplifyDual(), and SPxMainSM::simplifyRows().
changes Reimplemented in SPxSolver. Definition at line 629 of file spxlp.cpp. References SPxLP::isConsistent(), LPColSet::lower_w(), and METHOD. changes lower bound of column with identifier Reimplemented in SPxSolver. Definition at line 545 of file spxlp.h. References SPxLP::changeLower(), and SPxLP::number().
changes objective vector to Reimplemented in SPxSolver. Definition at line 605 of file spxlp.cpp. References Vector::dim(), SPxLP::isConsistent(), SPxLP::maxObj(), LPColSet::maxObj_w(), METHOD, and SPxLP::spxSense(). Referenced by SPxLP::changeCol(), SPxLP::changeObj(), SPxSolver::changeObj(), SPxMainSM::handleExtremes(), and SPxMainSM::simplifyCols().
changes Reimplemented in SPxSolver. Definition at line 614 of file spxlp.cpp. References SPxLP::isConsistent(), LPColSet::maxObj_w(), METHOD, and SPxLP::spxSense(). change objective value of column with identifier Reimplemented in SPxSolver. Definition at line 533 of file spxlp.h. References SPxLP::changeObj(), and SPxLP::number(). changes left and right hand side vectors. Reimplemented in SPxSolver. Definition at line 697 of file spxlp.cpp. References SPxLP::changeLhs(), SPxLP::changeRhs(), SPxLP::isConsistent(), and METHOD. Referenced by SPxLP::changeRange(), SPxMainSM::duplicateRows(), and SPxMainSM::simplifyCols(). changes left and right hand side of row Reimplemented in SPxSolver. Definition at line 705 of file spxlp.cpp. References SPxLP::changeLhs(), SPxLP::changeRhs(), SPxLP::isConsistent(), and METHOD. changes left and right hand side of row with identifier Reimplemented in SPxSolver. Definition at line 605 of file spxlp.h. References SPxLP::changeRange(), and SPxLP::number().
changes right hand side vector for constraints to Reimplemented in SPxSolver. Definition at line 682 of file spxlp.cpp. References Vector::dim(), SPxLP::isConsistent(), METHOD, SPxLP::rhs(), and LPRowSet::rhs_w(). Referenced by SPxLP::changeRange(), SPxSolver::changeRange(), SPxLP::changeRhs(), SPxSolver::changeRhs(), SPxLP::changeRow(), SPxMainSM::fixColumn(), SPxMainSM::handleExtremes(), and SPxMainSM::simplifyRows().
changes Reimplemented in SPxSolver. Definition at line 690 of file spxlp.cpp. References SPxLP::isConsistent(), METHOD, and LPRowSet::rhs_w(). changes right hand side value for row with identifier Reimplemented in SPxSolver. Definition at line 593 of file spxlp.h. References SPxLP::changeRhs(), and SPxLP::number().
replaces Reimplemented in SPxSolver. Definition at line 714 of file spxlp.cpp. References LPColSet::add2(), LPRowSet::add2(), SPxLP::changeLhs(), SPxLP::changeRhs(), SVector::clear(), SPxLP::colVector_w(), SVector::index(), SPxLP::isConsistent(), LPRow::lhs(), METHOD, SVector::number(), SVector::remove(), LPRow::rhs(), LPRow::rowVector(), SPxLP::rowVector_w(), and SVector::size(). Referenced by SPxLP::changeRow(), and SPxSolver::changeRow(). replaces row with identifier Reimplemented in SPxSolver. Definition at line 614 of file spxlp.h. References SPxLP::changeRow(), and SPxLP::number().
changes optimization sense to Reimplemented in SPxSolver. Definition at line 638 of file spxlp.h. References LPColSet::maxObj_w(), and SPxLP::thesense. Referenced by SPxSolver::changeSense(), SPxLP::readLPF(), and SPxLP::readMPS().
changes vector of upper bounds to Reimplemented in SPxSolver. Definition at line 636 of file spxlp.cpp. References Vector::dim(), SPxLP::isConsistent(), METHOD, SPxLP::upper(), and LPColSet::upper_w(). Referenced by SPxLP::changeBounds(), SPxLP::changeCol(), SPxLP::changeUpper(), SPxSolver::changeUpper(), SPxMainSM::duplicateCols(), SPxMainSM::handleExtremes(), SPxMainSM::removeRowSingleton(), SPxMainSM::simplifyCols(), SPxMainSM::simplifyDual(), and SPxMainSM::simplifyRows().
changes Reimplemented in SPxSolver. Definition at line 644 of file spxlp.cpp. References SPxLP::isConsistent(), METHOD, and LPColSet::upper_w(). changes upper bound of column with identifier Reimplemented in SPxSolver. Definition at line 557 of file spxlp.h. References SPxLP::changeUpper(), and SPxLP::number().
returns the column identifier for column Definition at line 329 of file spxlp.h. References LPColSet::key(). Referenced by SPxLP::addCol(), SPxLP::addCols(), SPxSolver::coId(), SoPlex::getColName(), soplex::getColName(), soplex::initPrefs(), print_solution_and_status(), and SPxWeightPR::selectEnter().
clears the LP. Reimplemented in SPxSolver. Definition at line 597 of file spxlp.cpp. References LPColSet::clear(), LPRowSet::clear(), SPxLP::MAXIMIZE, METHOD, and SPxLP::thesense. Referenced by SPxSolver::clear(), SPxLP::readLPF(), SPxLP::readMPS(), and SPxLP::SPxLP().
returns column vector of column Definition at line 211 of file spxlp.h. References LPColSet::colVector(). Referenced by SPxLP::computePrimalActivity(), SPxLP::doAddCols(), SPxLP::doAddRows(), SPxLP::doRemoveCol(), SPxMainSM::duplicateCols(), SPxMainSM::duplicateRows(), SPxMainSM::fixColumn(), SPxMainSM::ForceConstraintPS::ForceConstraintPS(), SPxLP::getCol(), SPxLP::getCols(), SPxLP::isConsistent(), SPxLP::maxAbsNzo(), SPxScaler::maxColRatio(), SPxLP::minAbsNzo(), SPxLP::nNzos(), SPxMainSM::removeEmpty(), SPxVectorST::setupWeights(), SPxWeightST::setupWeights(), SPxMainSM::simplifyCols(), SPxMainSM::simplifyDual(), and SPxLP::writeMPS(). returns column vector of column with identifier Definition at line 217 of file spxlp.h. References LPColSet::colVector().
returns the LP as an LPRowSet. Definition at line 733 of file spxlp.h. References LPColSet::colVector_w(). Referenced by SPxScaler::applyScaling(), SPxLP::changeCol(), SPxLP::changeElement(), SPxLP::changeRow(), SPxLP::doAddRows(), SPxLP::doRemoveRow(), SPxLP::doRemoveRows(), and SPxMainSM::handleExtremes().
compute "dual" activity of the columns for a given dual vector, i.e., y^T A, exactly
Definition at line 814 of file spxlp.cpp. References Vector_exact::clear(), Vector_exact::dim(), METHOD, Vector_exact::multAdd(), SPxLP::nCols(), SPxLP::nRows(), and SPxLP::rowVector(). Referenced by SPxSolver::refine().
compute activity of the rows for a given primal vector exactly.
Definition at line 792 of file spxlp.cpp. References Vector_exact::clear(), SPxLP::colVector(), Vector_exact::dim(), METHOD, Vector_exact::multAdd(), SPxLP::nCols(), and SPxLP::nRows(). Referenced by SPxSolver::refine().
Definition at line 139 of file spxlp.cpp. References LPColSet::add(), LPRowSet::add(), LPRowSet::add2(), SPxLP::addedCols(), SPxLP::addedRows(), LPCol::colVector(), SVector::index(), LPColSet::maxObj_w(), METHOD, SPxLP::nCols(), SPxLP::nRows(), SVector::size(), SPxLP::thesense, and SVector::value(). Referenced by SPxLP::addCol().
Definition at line 300 of file spxlp.cpp. References LPColSet::add(), LPRowSet::add(), SPxLP::addedCols(), SPxLP::addedRows(), LPColSet::colVector(), SPxLP::colVector(), SVector::index(), LPColSet::isConsistent(), LPRowSet::isConsistent(), SPxLP::isConsistent(), LPColSet::maxObj_w(), METHOD, SPxLP::nCols(), SPxLP::nRows(), LPColSet::num(), DataArray< T >::reSize(), SPxLP::rowVector(), SPxLP::rowVector_w(), SVector::set_size(), SVector::size(), SPxLP::thesense, SVector::value(), and LPRowSet::xtend(). Referenced by SPxLP::addCols().
Definition at line 109 of file spxlp.cpp. References LPColSet::add(), LPRowSet::add(), LPColSet::add2(), SPxLP::addedCols(), SPxLP::addedRows(), SVector::index(), METHOD, SPxLP::nCols(), SPxLP::nRows(), LPRow::rowVector(), SVector::size(), and SVector::value(). Referenced by SPxLP::addRow().
Definition at line 220 of file spxlp.cpp. References LPColSet::add(), LPRowSet::add(), SPxLP::addedCols(), SPxLP::addedRows(), SPxLP::colVector(), SPxLP::colVector_w(), SVector::index(), LPColSet::isConsistent(), LPRowSet::isConsistent(), SPxLP::isConsistent(), METHOD, SPxLP::nCols(), SPxLP::nRows(), LPRowSet::num(), DataArray< T >::reSize(), SPxLP::rowVector(), LPRowSet::rowVector(), SVector::set_size(), SVector::size(), SVector::value(), and LPColSet::xtend(). Referenced by SPxLP::addRows().
internal helper method Reimplemented in SPxSolver. Definition at line 422 of file spxlp.cpp. References SPxLP::colVector(), SVector::index(), METHOD, SPxLP::nCols(), SVector::number(), SVector::remove(), LPColSet::remove(), SPxLP::rowVector_w(), and SVector::size(). Referenced by SPxSolver::doRemoveCol(), and SPxLP::removeCol().
internal helper method Reimplemented in SPxSolver. Definition at line 469 of file spxlp.cpp. References SVector::index(), METHOD, SPxLP::nRows(), SVector::remove(), LPColSet::remove(), SPxLP::rowVector_w(), and SVector::size(). Referenced by SPxSolver::doRemoveCols(), and SPxLP::removeCols().
internal helper method Reimplemented in SPxSolver. Definition at line 395 of file spxlp.cpp. References SPxLP::colVector_w(), SVector::index(), METHOD, SPxLP::nRows(), SVector::number(), SVector::remove(), LPRowSet::remove(), SPxLP::rowVector(), and SVector::size(). Referenced by SPxSolver::doRemoveRow(), and SPxLP::removeRow().
internal helper method Reimplemented in SPxSolver. Definition at line 449 of file spxlp.cpp. References SPxLP::colVector_w(), SVector::index(), METHOD, SPxLP::nCols(), SVector::remove(), LPRowSet::remove(), and SVector::size(). Referenced by SPxSolver::doRemoveRows(), and SPxLP::removeRows().
gets Definition at line 84 of file spxlp.cpp. References SPxLP::colVector(), SPxLP::lower(), METHOD, SPxLP::obj(), LPCol::setColVector(), LPCol::setLower(), LPCol::setObj(), LPCol::setUpper(), and SPxLP::upper(). Referenced by SPxLP::getCol(). gets column with identifier Definition at line 202 of file spxlp.h. References SPxLP::getCol(), and SPxLP::number().
gets columns Definition at line 93 of file spxlp.cpp. References LPColSet::add(), LPColSet::clear(), SPxLP::colVector(), SPxLP::lower(), METHOD, SPxLP::obj(), and SPxLP::upper().
gets objective vector. Definition at line 101 of file spxlp.cpp. References LPColSet::maxObj(), METHOD, SPxLP::MINIMIZE, and SPxLP::spxSense(). Referenced by print_solution_and_status(), and SPxSolver::refine().
gets Definition at line 68 of file spxlp.cpp. References SPxLP::lhs(), METHOD, SPxLP::rhs(), SPxLP::rowVector(), LPRow::setLhs(), LPRow::setRhs(), and LPRow::setRowVector(). Referenced by SPxLP::getRow(), and print_solution_and_status(). gets row with identifier Definition at line 130 of file spxlp.h. References SPxLP::getRow(), and SPxLP::number().
gets rows Definition at line 76 of file spxlp.cpp. References LPRowSet::add(), LPRowSet::clear(), SPxLP::lhs(), METHOD, SPxLP::rhs(), and SPxLP::rowVector().
consistency check. Definition at line 836 of file spxlp.cpp. References SPxLP::colVector(), SVector::index(), LPColSet::isConsistent(), LPRowSet::isConsistent(), METHOD, MSGinconsistent, SPxLP::nCols(), SPxLP::nRows(), SVector::number(), SPxLP::rowVector(), SVector::size(), and SVector::value(). Referenced by SPxScaler::applyScaling(), SPxLP::changeBounds(), SPxLP::changeCol(), SPxLP::changeElement(), SPxLP::changeLhs(), SPxLP::changeLower(), SPxLP::changeObj(), SPxLP::changeRange(), SPxLP::changeRhs(), SPxLP::changeRow(), SPxLP::changeUpper(), SPxLP::doAddCols(), SPxLP::doAddRows(), SPxMainSM::handleExtremes(), SPxSolver::isConsistent(), main(), SPxLP::operator=(), read_input_file(), SPxLP::readLPF(), SPxLP::readMPS(), SPxScaler::setup(), SoPlex::SoPlex(), and SPxLP::SPxLP().
returns left hand side vector. Definition at line 169 of file spxlp.h. References LPRowSet::lhs(). Referenced by SPxScaler::applyScaling(), SPxLP::changeLhs(), SPxSolver::changeRange(), SPxSolver::changeRhs(), SPxSolver::computeEnterCoPrhs4Row(), SPxSolver::computeFrhs(), SPxBasis::dualRowStatus(), SPxMainSM::duplicateRows(), SPxMainSM::fixColumn(), SPxBoundFlippingRT::flipAndUpdate(), SPxSolver::fpsolve(), SPxMainSM::FreeZeroObjVariablePS::FreeZeroObjVariablePS(), SPxSolver::getLeaveVals(), SPxSolver::getLeaveVals2(), SPxLP::getRow(), SPxLP::getRows(), SPxSolver::getSlacks(), SPxMainSM::handleExtremes(), SPxSolver::isBasisValid(), SPxSolver::nonbasicValue(), SoPlex::qualConstraintViolation(), SPxSolver::qualConstraintViolation(), SPxSolver::refine(), SPxMainSM::removeEmpty(), SPxMainSM::removeRowSingleton(), SPxBoundFlippingRT::selectEnter(), SPxSolver::setLeaveBound4Row(), SPxSolver::setPrimalBounds(), SPxWeightST::setPrimalStatus(), SPxSumST::setupWeights(), SPxVectorST::setupWeights(), SPxWeightST::setupWeights(), SPxMainSM::simplifyCols(), SPxMainSM::simplifyDual(), SPxMainSM::simplifyRows(), SPxSolver::solve(), SPxSolver::test(), SPxSolver::unShift(), SPxSolver::varStatusToBasisStatusRow(), and SPxLP::writeMPS().
Definition at line 175 of file spxlp.h. References LPRowSet::lhs(). returns left hand side of row with identifier Definition at line 181 of file spxlp.h. References LPRowSet::lhs().
returns left hand side of row Definition at line 672 of file spxlp.h. References LPRowSet::lhs_w(). Referenced by SPxScaler::applyScaling().
returns lower bound vector. Definition at line 279 of file spxlp.h. References LPColSet::lower(). Referenced by SPxScaler::applyScaling(), SPxLP::changeLower(), SPxSolver::changeLower(), SPxSolver::changeUpper(), SPxSolver::computeEnterCoPrhs4Col(), SPxSolver::computeFrhsXtra(), SPxSolver::coTest(), SPxMainSM::duplicateCols(), SPxMainSM::FixBoundsPS::FixBoundsPS(), SPxMainSM::fixColumn(), SPxBoundFlippingRT::flipAndUpdate(), SPxSolver::fpsolve(), SPxWeightST::generate(), SPxLP::getCol(), SPxLP::getCols(), SPxSolver::getEnterVals(), SPxSolver::getLeaveVals(), SPxSolver::getLeaveVals2(), SPxSolver::getPrimal(), SPxMainSM::handleExtremes(), SPxSolver::isBasisValid(), SPxSolver::nonbasicValue(), soplex::primalColStatus(), SoPlex::qualBoundViolation(), SPxSolver::qualBoundViolation(), SPxSolver::refine(), SPxMainSM::removeEmpty(), SPxMainSM::removeRowSingleton(), SPxBoundFlippingRT::selectEnter(), SPxSolver::setLeaveBound4Col(), SPxSolver::setPrimalBounds(), SPxSumST::setupWeights(), SPxMainSM::simplifyCols(), SPxMainSM::simplifyDual(), SPxMainSM::simplifyRows(), SPxSolver::solve(), SPxSolver::unShift(), SPxSolver::varStatusToBasisStatusCol(), SPxBasis::writeBasis(), and SPxLP::writeMPS().
returns lower bound of column Definition at line 285 of file spxlp.h. References LPColSet::lower(). returns lower bound of column with identifier Definition at line 291 of file spxlp.h. References LPColSet::lower().
returns lower bound of column Definition at line 687 of file spxlp.h. References LPColSet::lower_w(). Referenced by SPxScaler::applyScaling().
absolute biggest non-zero element in LP. Definition at line 50 of file spxlp.cpp. References SPxLP::colVector(), SVector::maxAbs(), METHOD, and SPxLP::nCols(). Referenced by SPxEquiliSC::scale(), and SPxGeometSC::scale().
returns objective vector for maximization problem. Methods maxObj() return the objective vector or its elements, after transformation to a maximization problem. Since this is how SPxLP internally stores any LP these methods are generally faster. The following condition holds: obj() = spxSense() * maxObj(). Definition at line 243 of file spxlp.h. References LPColSet::maxObj(). Referenced by SPxLP::changeObj(), SPxWeightPR::computeCP(), SPxSolver::computeEnterCoPrhs4Col(), SPxSolver::computeFrhs(), SPxSolver::computeLeaveCoPrhs4Col(), SPxWeightPR::computeRP(), SPxMainSM::duplicateCols(), SPxWeightST::generate(), SPxSolver::getRedCost(), SPxWeightPR::load(), SPxSolver::nonbasicValue(), SPxLP::obj(), SoPlex::objValue(), soplex::primalColStatus(), SPxMainSM::removeEmpty(), SPxSolver::setDualColBounds(), SPxSolver::setRedCost(), SPxVectorST::setupWeights(), SPxWeightST::setupWeights(), SPxMainSM::simplifyCols(), SPxMainSM::simplifyDual(), SPxSolver::test(), SPxSolver::unShift(), SPxSolver::varStatusToBasisStatusCol(), and SPxLP::writeMPS().
returns objective value of column Definition at line 249 of file spxlp.h. References LPColSet::maxObj(). returns objective value of column with identifier Definition at line 256 of file spxlp.h. References LPColSet::maxObj().
returns objective value of column Definition at line 677 of file spxlp.h. References LPColSet::maxObj_w(). Referenced by SPxScaler::applyScaling().
absolute smallest non-zero element in LP. Definition at line 32 of file spxlp.cpp. References SPxLP::colVector(), soplex::infinity, METHOD, SVector::minAbs(), and SPxLP::nCols(). Referenced by SPxEquiliSC::scale(), and SPxGeometSC::scale().
returns number of columns in LP. Definition at line 113 of file spxlp.h. References LPColSet::num(). Referenced by SPxLP::addCol(), SPxLP::addCols(), SPxBasis::addedCols(), SPxScaler::applyScaling(), SPxLP::computeDualActivity(), SPxSolver::computeFrhsXtra(), SPxLP::computePrimalActivity(), SPxBasis::Desc::Desc(), SPxLP::doAddCol(), SPxLP::doAddCols(), SPxLP::doAddRow(), SPxLP::doAddRows(), SPxLP::doRemoveCol(), SPxSolver::doRemoveCol(), SPxSolver::doRemoveCols(), SPxLP::doRemoveRows(), SPxBasis::dump(), SPxMainSM::duplicateCols(), SPxMainSM::duplicateRows(), SPxSolver::fpsolve(), SPxWeightST::generate(), SoPlex::getBasis(), SPxSolver::getBasis(), SPxSolver::getBasisColStatus(), soplex::getColName(), SoPlex::getColName(), SPxSolver::getDual(), SPxSolver::getPrimal(), SPxMainSM::handleExtremes(), soplex::initPrefs(), SPxSolver::isBasisValid(), SPxWeightPR::isConsistent(), SPxLP::isConsistent(), SPxBasis::isConsistent(), SPxSolver::isConsistent(), SPxBasis::isDescValid(), SPxWeightPR::load(), SPxBasis::load(), SPxBasis::loadDesc(), SPxLP::maxAbsNzo(), SPxScaler::maxColRatio(), SPxLP::minAbsNzo(), SPxLP::nNzos(), SPxSolver::nonbasicValue(), SoPlex::objValue(), print_solution_and_status(), SoPlex::qualBoundViolation(), SPxSolver::qualBoundViolation(), SoPlex::qualConstraintViolation(), SPxSolver::qualConstraintViolation(), SPxSolver::qualSlackViolation(), read_input_file(), SPxBasis::readBasis(), SPxBasis::reDim(), SPxSolver::reDim(), SPxSolver::refine(), SPxMainSM::removeCol(), SPxLP::removeColRange(), SPxLP::removeCols(), SPxBasis::removedCol(), SPxMainSM::removeEmpty(), SPxBasis::restoreInitialBasis(), SoPlex::setBasis(), SPxSolver::setBasis(), SPxSolver::setDual(), SPxSolver::setDualColBounds(), SPxSolver::setDualRowBounds(), SPxScaler::setup(), SPxSteepPR::setupPrefsX(), SPxSumST::setupWeights(), SPxVectorST::setupWeights(), SPxWeightST::setupWeights(), SPxMainSM::simplify(), SPxMainSM::simplifyCols(), SPxMainSM::simplifyDual(), SoPlex::solve(), SPxSolver::solve(), SPxSolver::unShift(), SoPlex::unsimplify(), SPxBasis::writeBasis(), SoPlex::writeBasisFile(), and SPxLP::writeMPS().
number of nonzeros in LP. Definition at line 23 of file spxlp.cpp. References SPxLP::colVector(), METHOD, SPxLP::nCols(), and SVector::size(). Referenced by read_input_file(), and SPxMainSM::simplify().
returns number of rows in LP. Definition at line 107 of file spxlp.h. References LPRowSet::num(). Referenced by SPxBasis::addedRows(), SPxLP::addRow(), SPxLP::addRows(), SPxScaler::applyScaling(), SPxSolver::changeRange(), SPxLP::computeDualActivity(), SPxSolver::computeFrhs(), SPxLP::computePrimalActivity(), SPxBasis::Desc::Desc(), SPxLP::doAddCol(), SPxLP::doAddCols(), SPxLP::doAddRow(), SPxLP::doAddRows(), SPxLP::doRemoveCols(), SPxLP::doRemoveRow(), SPxSolver::doRemoveRow(), SPxSolver::doRemoveRows(), SPxBasis::dump(), SPxMainSM::duplicateCols(), SPxMainSM::duplicateRows(), SPxSolver::fpsolve(), SPxWeightST::generate(), SoPlex::getBasis(), SPxSolver::getBasis(), SPxSolver::getBasisRowStatus(), soplex::getRowName(), SoPlex::getRowName(), SPxSolver::getSlacks(), SPxMainSM::handleExtremes(), soplex::initPrefs(), SPxSolver::isBasisValid(), SPxWeightPR::isConsistent(), SPxLP::isConsistent(), SPxBasis::isConsistent(), SPxSolver::isConsistent(), SPxBasis::isDescValid(), SPxWeightPR::load(), SPxBasis::load(), SPxBasis::loadDesc(), SPxScaler::maxRowRatio(), SPxSolver::nonbasicValue(), print_solution_and_status(), SoPlex::qualConstraintViolation(), SPxSolver::qualConstraintViolation(), SPxSolver::qualSlackViolation(), read_input_file(), SPxBasis::readBasis(), SPxBasis::reDim(), SPxSolver::reDim(), SPxSolver::refine(), SPxBasis::removedRow(), SPxMainSM::removeEmpty(), SPxMainSM::removeRow(), SPxLP::removeRowRange(), SPxLP::removeRows(), SPxBasis::restoreInitialBasis(), SoPlex::setBasis(), SPxSolver::setBasis(), SPxSolver::setDualColBounds(), SPxSolver::setDualRowBounds(), SPxScaler::setup(), SPxSteepPR::setupPrefsX(), SPxSumST::setupWeights(), SPxVectorST::setupWeights(), SPxWeightST::setupWeights(), SPxMainSM::simplify(), SPxMainSM::simplifyDual(), SPxMainSM::simplifyRows(), SoPlex::solve(), SPxSolver::solve(), SPxSolver::unShift(), SoPlex::unsimplify(), SPxBasis::writeBasis(), SoPlex::writeBasisFile(), and SPxLP::writeMPS().
returns the row number of the row with identifier Definition at line 303 of file spxlp.h. References LPRowSet::number(). Referenced by SPxLP::changeBounds(), SPxLP::changeCol(), SPxLP::changeElement(), SPxLP::changeLhs(), SPxLP::changeLower(), SPxLP::changeObj(), SPxLP::changeRange(), SPxLP::changeRhs(), SPxLP::changeRow(), SPxLP::changeUpper(), SPxSolver::computeEnterCoPrhs(), SPxSolver::computeEnterCoPrhs4Col(), SPxSolver::computeEnterCoPrhs4Row(), SPxSolver::computeLeaveCoPrhs(), SPxSolver::computeLeaveCoPrhs4Col(), SPxSolver::computeLeaveCoPrhs4Row(), SPxWeightPR::computeLeavePenalty(), SPxBasis::dump(), SPxSolver::enter(), SPxSolver::fpsolve(), SPxWeightST::generate(), SPxLP::getCol(), SPxSolver::getDual(), SPxSolver::getLeaveVals(), SPxSolver::getLeaveVals2(), SPxSolver::getPrimal(), SPxSolver::getRedCost(), SPxLP::getRow(), SPxSolver::getSlacks(), SPxSteepPR::left4(), SPxSolver::rejectEnter(), SPxLP::removeCol(), SPxLP::removeCols(), SPxBasis::removedCol(), SPxBasis::removedRow(), SPxLP::removeRow(), SPxLP::removeRows(), SPxParMultPR::selectEnter(), SPxFastRT::selectEnter(), SPxFastRT::selectLeave(), SPxSolver::setDual(), soplex::setDualStatus(), SPxSolver::setEnterBound4Col(), SPxSolver::setEnterBound4Row(), SPxSolver::setEnterBounds(), SPxSolver::setLeaveBound4Col(), SPxSolver::setLeaveBound4Row(), SPxSolver::setLeaveBounds(), SPxSolver::setPrimal(), SPxWeightST::setPrimalStatus(), SPxSolver::setRedCost(), SPxSolver::setSlacks(), SPxSteepPR::setupWeights(), and SPxSolver::unShift().
returns the column number of the column with identifier Definition at line 309 of file spxlp.h. References LPColSet::number().
returns the row or column number for identifier Definition at line 315 of file spxlp.h. References SPxId::COL_ID, LPColSet::number(), LPRowSet::number(), and LPRowSet::type().
returns objective value of column Definition at line 226 of file spxlp.h. References SPxLP::maxObj(), and SPxLP::spxSense(). Referenced by SPxMainSM::FixVariablePS::FixVariablePS(), SPxMainSM::ForceConstraintPS::ForceConstraintPS(), SPxMainSM::FreeColSingletonPS::FreeColSingletonPS(), SPxLP::getCol(), SPxLP::getCols(), SPxMainSM::handleExtremes(), and SPxMainSM::simplifyCols(). returns objective value of column with identifier Definition at line 232 of file spxlp.h. References SPxLP::maxObj(), and SPxLP::spxSense(). assignment operator Definition at line 779 of file spxlp.h. References SPxLP::isConsistent(), LPColSet::operator=(), LPRowSet::operator=(), and SPxLP::thesense. Referenced by SPxSolver::loadLP(), SoPlex::operator=(), and SPxSolver::operator=().
reads a file from input stream
Reimplemented in SPxSolver. Definition at line 52 of file spxio.cpp. References MSG_DEBUG, SPxLP::readLPF(), SPxLP::readMPS(), and soplex::spxout. Referenced by SPxSolver::read(), and SPxLP::readFile().
reads a file from a file. Definition at line 79 of file spxio.cpp. References METHOD, and SPxLP::read(). Referenced by read_input_file().
reads a file in LP format from Read LP in "CPLEX LP File Format". The specification is taken from the ILOG CPLEX 7.0 Reference Manual, Appendix E, Page 527. This routine should read (most?) valid LP format files. What it will not do, is find all cases where a file is ill formed. If this happens it may complain and read nothing or read "something". Problem: A line ending in '+' or '-' followed by a line starting with a number, will be regarded as an error. The reader will accept the keyword INT[egers] as a synonym for GEN[erals] which is an undocumented feature in CPLEX. A difference to the CPLEX reader, is that no name for the objective row is required.
< row names. < column names. < the set of columns read. < the set of rows read. < reusable empty column. < last assembled row. < last assembled vector (from row).
Definition at line 361 of file spxlpfread.cpp. References DSVector::add(), LPRowSet::add(), NameSet::add(), SPxLP::addCols(), DIdxSet::addIdx(), SPxLP::addRows(), SPxLP::changeSense(), SVector::clear(), NameSet::clear(), SPxLP::clear(), soplex::EQ(), NameSet::has(), soplex::hasKeyword(), soplex::hasRowName(), SVector::index(), soplex::infinity, soplex::isColName(), SPxLP::isConsistent(), soplex::isFree(), soplex::isInfinity(), soplex::isSense(), soplex::isSpace(), soplex::isValue(), LPColSet::lower(), LPColSet::lower_w(), MAX_LINE_LEN, SPxLP::MAXIMIZE, LPColSet::maxObj_w(), SPxLP::MINIMIZE, MSG_DEBUG, MSG_ERROR, MSG_INFO2, MSG_WARNING, soplex::NE(), LPRowSet::num(), SVector::number(), soplex::readColName(), soplex::readInfinity(), soplex::readSense(), soplex::readValue(), SVector::remove(), LPRow::setLhs(), LPRow::setRhs(), LPRow::setRowVector(), SVector::size(), soplex::spxout, LPColSet::upper(), LPColSet::upper_w(), and SVector::value(). Referenced by SPxLP::read().
Reads a file in MPS format from Read LP in "MPS File Format". The specification is taken from the IBM Optimization Library Guide and Reference Online available at http://www.software.ibm.com/sos/features/libuser.htm and from the ILOG CPLEX 7.0 Reference Manual, Appendix E, Page 531. This routine should read all valid MPS format files. What it will not do, is find all cases where a file is ill formed. If this happens it may complain and read nothing or read "something".
< row names. < column names.
Definition at line 611 of file spxmpsread.cpp. References SPxLP::added2Set(), SPxLP::addedCols(), SPxLP::addedRows(), MPSInput::BOUNDS, SPxLP::changeSense(), NameSet::clear(), SPxLP::clear(), MPSInput::COLUMNS, MPSInput::ENDATA, MPSInput::hasError(), INIT_COLS, INIT_NZOS, SPxLP::isConsistent(), LPColSet::memRemax(), SPxLP::MINIMIZE, MSG_INFO2, LPRowSet::num(), LPColSet::num(), MPSInput::OBJNAME, MPSInput::OBJSEN, MPSInput::objSense(), MPSInput::RANGES, soplex::readBounds(), soplex::readCols(), soplex::readName(), soplex::readObjname(), soplex::readObjsen(), soplex::readRanges(), soplex::readRhs(), soplex::readRows(), LPColSet::reMax(), MPSInput::RHS, MPSInput::ROWS, MPSInput::section(), soplex::spxout, and MPSInput::syntaxError(). Referenced by SPxLP::read().
removes Definition at line 426 of file spxlp.h. References SPxLP::doRemoveCol(). Referenced by SPxLP::removeCol(), and SPxMainSM::removeCol().
removes column with identifier Definition at line 432 of file spxlp.h. References SPxLP::number(), and SPxLP::removeCol().
removes columns from Definition at line 575 of file spxlp.cpp. References DataArray< T >::get_ptr(), METHOD, SPxLP::nCols(), and SPxLP::removeCols(). Referenced by SPxSolver::solve().
removes multiple columns. This method removes all LPCols from the SPxLP with an index Definition at line 444 of file spxlp.h. References SPxLP::doRemoveCols(). Referenced by SPxMainSM::duplicateCols(), SPxLP::removeColRange(), and SPxLP::removeCols().
Definition at line 543 of file spxlp.cpp. References DataArray< T >::get_ptr(), METHOD, SPxLP::nCols(), SPxLP::number(), and SPxLP::removeCols().
removes Removing multiple columns with one method invocation is available in two flavours. An array Definition at line 559 of file spxlp.cpp. References DataArray< T >::get_ptr(), METHOD, SPxLP::nCols(), and SPxLP::removeCols().
removes Definition at line 386 of file spxlp.h. References SPxLP::doRemoveRow(). Referenced by SPxLP::removeRow(), and SPxMainSM::removeRow().
removes row with identifier Definition at line 392 of file spxlp.h. References SPxLP::number(), and SPxLP::removeRow().
removes rows from Definition at line 521 of file spxlp.cpp. References DataArray< T >::get_ptr(), METHOD, SPxLP::nRows(), and SPxLP::removeRows().
removes multiple rows. This method removes all LPRows from the SPxLP with an index Definition at line 404 of file spxlp.h. References SPxLP::doRemoveRows(). Referenced by SPxMainSM::duplicateRows(), SPxLP::removeRowRange(), and SPxLP::removeRows().
Definition at line 489 of file spxlp.cpp. References DataArray< T >::get_ptr(), METHOD, SPxLP::nRows(), SPxLP::number(), and SPxLP::removeRows().
removes Removing multiple rows with one method invocation is available in two flavours. An array Definition at line 505 of file spxlp.cpp. References DataArray< T >::get_ptr(), METHOD, SPxLP::nRows(), and SPxLP::removeRows().
returns right hand side vector. Definition at line 151 of file spxlp.h. References LPRowSet::rhs(). Referenced by SPxScaler::applyScaling(), SPxSolver::changeLhs(), SPxSolver::changeRange(), SPxLP::changeRhs(), SPxSolver::computeEnterCoPrhs4Row(), SPxSolver::computeFrhs(), SPxBasis::dualRowStatus(), SPxMainSM::duplicateRows(), SPxMainSM::fixColumn(), SPxBoundFlippingRT::flipAndUpdate(), SPxSolver::fpsolve(), SPxMainSM::FreeZeroObjVariablePS::FreeZeroObjVariablePS(), SPxSolver::getLeaveVals(), SPxSolver::getLeaveVals2(), SPxLP::getRow(), SPxLP::getRows(), SPxSolver::getSlacks(), SPxMainSM::handleExtremes(), SPxSolver::isBasisValid(), SPxSolver::nonbasicValue(), SoPlex::qualConstraintViolation(), SPxSolver::qualConstraintViolation(), SPxSolver::refine(), SPxMainSM::removeEmpty(), SPxMainSM::removeRowSingleton(), SPxBoundFlippingRT::selectEnter(), SPxSolver::setLeaveBound4Row(), SPxSolver::setPrimalBounds(), SPxWeightST::setPrimalStatus(), SPxSumST::setupWeights(), SPxVectorST::setupWeights(), SPxWeightST::setupWeights(), SPxMainSM::simplifyCols(), SPxMainSM::simplifyDual(), SPxMainSM::simplifyRows(), SPxSolver::solve(), SPxSolver::test(), SPxSolver::unShift(), SPxSolver::varStatusToBasisStatusRow(), and SPxLP::writeMPS().
Definition at line 157 of file spxlp.h. References LPRowSet::rhs(). returns right hand side of row with identifier Definition at line 163 of file spxlp.h. References LPRowSet::rhs().
returns right hand side of row Definition at line 667 of file spxlp.h. References LPRowSet::rhs_w(). Referenced by SPxScaler::applyScaling().
returns the row identifier for row Definition at line 323 of file spxlp.h. References LPRowSet::key(). Referenced by SPxLP::addRow(), SPxLP::addRows(), SoPlex::getRowName(), soplex::getRowName(), SPxSolver::id(), soplex::initPrefs(), print_solution_and_status(), and SPxWeightPR::selectEnter().
returns the inequality type of the Definition at line 187 of file spxlp.h. References LPRowSet::type().
returns the inequality type of the row with identifier Definition at line 193 of file spxlp.h. References LPRowSet::type().
gets row vector of row Definition at line 139 of file spxlp.h. References LPRowSet::rowVector(). Referenced by SPxLP::computeDualActivity(), SPxWeightPR::computeRP(), SPxLP::doAddCols(), SPxLP::doAddRows(), SPxLP::doRemoveRow(), SPxMainSM::duplicateCols(), SPxMainSM::duplicateRows(), SPxSolver::fpsolve(), SPxMainSM::FreeZeroObjVariablePS::FreeZeroObjVariablePS(), SPxLP::getRow(), SPxLP::getRows(), SPxLP::isConsistent(), SPxScaler::maxRowRatio(), SoPlex::qualConstraintViolation(), SPxSolver::qualConstraintViolation(), SPxSolver::qualSlackViolation(), SPxMainSM::removeEmpty(), SPxSumST::setupWeights(), SPxVectorST::setupWeights(), SPxWeightST::setupWeights(), SPxMainSM::simplifyCols(), SPxMainSM::simplifyDual(), and SPxMainSM::simplifyRows(). gets row vector of row with identifier Definition at line 145 of file spxlp.h. References LPRowSet::rowVector().
Definition at line 738 of file spxlp.h. References LPRowSet::rowVector_w(). Referenced by SPxScaler::applyScaling(), SPxLP::changeCol(), SPxLP::changeElement(), SPxLP::changeRow(), SPxLP::doAddCols(), SPxLP::doRemoveCol(), SPxLP::doRemoveCols(), and SPxMainSM::handleExtremes().
returns the optimization sense. Definition at line 297 of file spxlp.h. References SPxLP::thesense. Referenced by SPxLP::changeObj(), SPxMainSM::ForceConstraintPS::ForceConstraintPS(), SPxSolver::getDual(), SPxLP::getObj(), SPxSolver::getRedCost(), SPxLP::obj(), SoPlex::objValue(), print_solution_and_status(), SPxSolver::refine(), SPxSolver::setDual(), SPxSolver::setRedCost(), SPxMainSM::simplify(), SPxSolver::terminate(), SPxSolver::value(), and SPxLP::writeMPS().
returns upper bound vector. Definition at line 262 of file spxlp.h. References LPColSet::upper(). Referenced by SPxScaler::applyScaling(), SPxSolver::changeLower(), SPxLP::changeUpper(), SPxSolver::changeUpper(), SPxSolver::computeEnterCoPrhs4Col(), SPxSolver::computeFrhsXtra(), SPxSolver::coTest(), SPxMainSM::duplicateCols(), SPxMainSM::FixBoundsPS::FixBoundsPS(), SPxMainSM::fixColumn(), SPxBoundFlippingRT::flipAndUpdate(), SPxSolver::fpsolve(), SPxWeightST::generate(), SPxLP::getCol(), SPxLP::getCols(), SPxSolver::getEnterVals(), SPxSolver::getLeaveVals(), SPxSolver::getLeaveVals2(), SPxSolver::getPrimal(), SPxMainSM::handleExtremes(), SPxSolver::isBasisValid(), SPxSolver::nonbasicValue(), soplex::primalColStatus(), SoPlex::qualBoundViolation(), SPxSolver::qualBoundViolation(), SPxSolver::refine(), SPxMainSM::removeEmpty(), SPxMainSM::removeRowSingleton(), SPxBoundFlippingRT::selectEnter(), SPxSolver::setLeaveBound4Col(), SPxSolver::setPrimalBounds(), SPxSumST::setupWeights(), SPxMainSM::simplifyCols(), SPxMainSM::simplifyDual(), SPxMainSM::simplifyRows(), SPxSolver::solve(), SPxSolver::unShift(), SPxSolver::varStatusToBasisStatusCol(), SPxBasis::writeBasis(), and SPxLP::writeMPS().
returns upper bound of column Definition at line 268 of file spxlp.h. References LPColSet::upper(). returns upper bound of column with identifier Definition at line 273 of file spxlp.h. References LPColSet::upper().
returns upper bound of column Definition at line 682 of file spxlp.h. References LPColSet::upper_w(). Referenced by SPxScaler::applyScaling().
Write loaded LP to write loaded LP to Definition at line 98 of file spxio.cpp. References SPxLP::writeLPF(), and SPxLP::writeMPS().
Write LP in "LPF File Format". Writes a file in LP format to
Definition at line 260 of file spxlpfwrite.cpp. References METHOD. Referenced by SPxLP::writeFile().
Writes a file in MPS format to Write LP in "MPS File Format".
Definition at line 124 of file spxmpswrite.cpp. References SPxLP::colVector(), soplex::getColName(), soplex::getRHS(), soplex::getRowName(), SVector::index(), soplex::infinity, soplex::isNotZero(), soplex::isZero(), SPxLP::lhs(), SPxLP::lower(), SPxLP::MAXIMIZE, SPxLP::maxObj(), METHOD, MSG_WARNING, SPxLP::nCols(), SPxLP::nRows(), IdxSet::number(), SPxLP::rhs(), IdxSet::size(), SVector::size(), soplex::spxout, SPxLP::spxSense(), SPxLP::upper(), SVector::value(), and soplex::writeRecord(). Referenced by SPxLP::writeFile(), and SPxSolver::writeState(). Friends And Related Function Documentation
Member Data Documentation
optimization sense. Definition at line 98 of file spxlp.h. Referenced by SPxLP::changeSense(), SPxLP::clear(), SPxLP::doAddCol(), SPxLP::doAddCols(), SPxLP::operator=(), and SPxLP::spxSense().
|