All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
SPxSimplifier Class Referenceabstract LP simplification abstract base class.Instances of classes derived from SPxSimplifier may be loaded to SoPlex in order to simplify LPs before solving them. SoPlex will call simplify() on itself. Generally any SPxLP can be given to a SPxSimplifier for simplify()ing it. The simplification cannot be undone, but given an primal/dual solution for the simplified SPxLP, the simplifier can reconstruct the primal/dual solution of the unsimplified LP. More...
Inheritance diagram for SPxSimplifier:
![]()
Detailed DescriptionLP simplification abstract base class. Instances of classes derived from SPxSimplifier may be loaded to SoPlex in order to simplify LPs before solving them. SoPlex will call simplify() on itself. Generally any SPxLP can be given to a SPxSimplifier for simplify()ing it. The simplification cannot be undone, but given an primal/dual solution for the simplified SPxLP, the simplifier can reconstruct the primal/dual solution of the unsimplified LP. Definition at line 41 of file spxsimplifier.h. Member Enumeration Documentation
Result of the simplification. Definition at line 72 of file spxsimplifier.h. Constructor & Destructor Documentation
constructor Definition at line 86 of file spxsimplifier.h. References SPxSimplifier::isConsistent().
copy constructor Definition at line 98 of file spxsimplifier.h. References SPxSimplifier::isConsistent().
Member Function Documentation
add objective offset. Definition at line 193 of file spxsimplifier.h. References SPxSimplifier::m_objoffset. Referenced by SPxMainSM::FixVariablePS::FixVariablePS(), and SPxMainSM::FreeColSingletonPS::FreeColSingletonPS().
clone function for polymorphism Implemented in SPxMainSM. Referenced by SoPlex::operator=(), and SoPlex::SoPlex().
gets basis status for a single column. Implemented in SPxMainSM. Referenced by SoPlex::getBasisColStatus().
gets basis status for a single row. Implemented in SPxMainSM. Referenced by SoPlex::getBasisRowStatus().
get name of simplifier. Definition at line 140 of file spxsimplifier.h. References SPxSimplifier::m_name. Referenced by get_simplifier(), and SPxMainSM::unsimplify().
get objective offset. Definition at line 187 of file spxsimplifier.h. References SPxSimplifier::m_objoffset.
consistency check Definition at line 203 of file spxsimplifier.h. Referenced by SPxSimplifier::operator=(), and SPxSimplifier::SPxSimplifier().
specifies whether an optimal solution has already been unsimplified. Reimplemented in SPxMainSM. Definition at line 161 of file spxsimplifier.h. Referenced by SoPlex::getBasis(), SoPlex::getBasisColStatus(), SoPlex::getBasisRowStatus(), SoPlex::getDual(), SoPlex::getPrimal(), SoPlex::getRedCost(), SoPlex::getSlacks(), and SoPlex::unsimplify().
assignment operator Definition at line 110 of file spxsimplifier.h. References SPxSimplifier::isConsistent(), SPxSimplifier::m_chgBnds, SPxSimplifier::m_chgLRhs, SPxSimplifier::m_name, SPxSimplifier::m_objoffset, SPxSimplifier::m_remCols, SPxSimplifier::m_remNzos, and SPxSimplifier::m_remRows. Referenced by SPxMainSM::operator=(). simplify SPxLP Implemented in SPxMainSM. Referenced by SoPlex::solve().
Definition at line 144 of file spxsimplifier.h. References SPxSimplifier::m_timeUsed, and Timer::userTime().
returns a reference to the unsimplified dual solution. Implemented in SPxMainSM. Referenced by SoPlex::getDual().
returns a reference to the unsimplified primal solution. Implemented in SPxMainSM. Referenced by SoPlex::getPrimal().
returns a reference to the unsimplified reduced costs. Implemented in SPxMainSM. Referenced by SoPlex::getRedCost().
returns a reference to the unsimplified slack values. Implemented in SPxMainSM. Referenced by SoPlex::getSlacks().
reconstructs an optimal solution for the unsimplified LP. Reimplemented in SPxMainSM. Definition at line 158 of file spxsimplifier.h. Referenced by SoPlex::unsimplify(). Member Data Documentation
number of changed bounds Definition at line 59 of file spxsimplifier.h. Referenced by SPxMainSM::handleExtremes(), SPxSimplifier::operator=(), SPxMainSM::simplify(), SPxMainSM::simplifyCols(), and SPxMainSM::simplifyRows().
number of change right-hand sides Definition at line 61 of file spxsimplifier.h. Referenced by SPxMainSM::handleExtremes(), SPxSimplifier::operator=(), SPxMainSM::simplify(), and SPxMainSM::simplifyRows().
name of the simplifier Definition at line 49 of file spxsimplifier.h. Referenced by SPxSimplifier::getName(), SPxSimplifier::operator=(), and SPxSimplifier::~SPxSimplifier().
objective offset Definition at line 63 of file spxsimplifier.h. Referenced by SPxSimplifier::addObjoffset(), SPxSimplifier::getObjoffset(), and SPxSimplifier::operator=().
number of removed columns Definition at line 55 of file spxsimplifier.h. Referenced by SPxMainSM::duplicateCols(), SPxSimplifier::operator=(), SPxMainSM::removeEmpty(), SPxMainSM::simplify(), SPxMainSM::simplifyCols(), and SPxMainSM::simplifyDual().
number of removed nonzero coefficients Definition at line 57 of file spxsimplifier.h. Referenced by SPxMainSM::duplicateCols(), SPxMainSM::duplicateRows(), SPxMainSM::handleExtremes(), SPxSimplifier::operator=(), SPxMainSM::removeRowSingleton(), SPxMainSM::simplify(), SPxMainSM::simplifyCols(), SPxMainSM::simplifyDual(), and SPxMainSM::simplifyRows().
number of removed rows Definition at line 53 of file spxsimplifier.h. Referenced by SPxMainSM::duplicateRows(), SPxMainSM::handleExtremes(), SPxSimplifier::operator=(), SPxMainSM::removeEmpty(), SPxMainSM::removeRowSingleton(), SPxMainSM::simplify(), SPxMainSM::simplifyCols(), SPxMainSM::simplifyDual(), and SPxMainSM::simplifyRows().
user time used for simplification Definition at line 51 of file spxsimplifier.h. Referenced by SPxMainSM::simplify(), and SPxSimplifier::timeUsed().
|