All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
SPxMainSM::PostStep Class Referenceabstract Base class for postsolving operations.Class PostStep is an abstract base class providing the interface for operations in the postsolving process. More...
Inheritance diagram for SPxMainSM::PostStep:
![]()
Detailed DescriptionBase class for postsolving operations. Class PostStep is an abstract base class providing the interface for operations in the postsolving process. Definition at line 73 of file spxmainsm.h. Constructor & Destructor Documentation
constructor. Definition at line 85 of file spxmainsm.h. copy constructor. Definition at line 91 of file spxmainsm.h.
Member Function Documentation
Definition at line 64 of file spxmainsm.cpp. References SPxSolver::BASIC, SPxMainSM::PostStep::nCols, and SPxMainSM::PostStep::nRows.
clone function for polymorphism Implemented in SPxMainSM::DuplicateColsPS, SPxMainSM::DuplicateRowsPS, SPxMainSM::DoubletonEquationPS, SPxMainSM::FreeColSingletonPS, SPxMainSM::ZeroObjColSingletonPS, SPxMainSM::FreeZeroObjVariablePS, SPxMainSM::FixBoundsPS, SPxMainSM::FixVariablePS, SPxMainSM::ForceConstraintPS, SPxMainSM::RowSingletonPS, SPxMainSM::EmptyConstraintPS, and SPxMainSM::FreeConstraintPS.
Definition at line 119 of file spxmainsm.h. Referenced by SPxMainSM::duplicateRows(), and SPxMainSM::FixBoundsPS::FixBoundsPS().
executes the postsolving. Implemented in SPxMainSM::DuplicateColsPS, SPxMainSM::DuplicateRowsPS, SPxMainSM::DoubletonEquationPS, SPxMainSM::FreeColSingletonPS, SPxMainSM::ZeroObjColSingletonPS, SPxMainSM::FreeZeroObjVariablePS, SPxMainSM::FixBoundsPS, SPxMainSM::FixVariablePS, SPxMainSM::ForceConstraintPS, SPxMainSM::RowSingletonPS, SPxMainSM::EmptyConstraintPS, and SPxMainSM::FreeConstraintPS.
get name of simplifying step. Definition at line 107 of file spxmainsm.h. References SPxMainSM::PostStep::m_name. assignment operator Definition at line 97 of file spxmainsm.h. Referenced by SPxMainSM::FreeConstraintPS::operator=(), SPxMainSM::EmptyConstraintPS::operator=(), SPxMainSM::RowSingletonPS::operator=(), SPxMainSM::ForceConstraintPS::operator=(), SPxMainSM::FixVariablePS::operator=(), SPxMainSM::FixBoundsPS::operator=(), SPxMainSM::FreeZeroObjVariablePS::operator=(), SPxMainSM::ZeroObjColSingletonPS::operator=(), SPxMainSM::FreeColSingletonPS::operator=(), SPxMainSM::DoubletonEquationPS::operator=(), SPxMainSM::DuplicateRowsPS::operator=(), and SPxMainSM::DuplicateColsPS::operator=(). Member Data Documentation
name of the simplifier Definition at line 77 of file spxmainsm.h. Referenced by SPxMainSM::PostStep::getName(), and SPxMainSM::PostStep::~PostStep().
number of cols Definition at line 79 of file spxmainsm.h. Referenced by SPxMainSM::PostStep::checkBasisDim().
number of rows Definition at line 81 of file spxmainsm.h. Referenced by SPxMainSM::PostStep::checkBasisDim().
|