Base class for postsolving operations. More...
Base class for postsolving operations.
Class PostStep is an abstract base class providing the interface for operations in the postsolving process.
Definition at line 84 of file spxmainsm.h.
constructor.
Definition at line 96 of file spxmainsm.h.
copy constructor.
Definition at line 102 of file spxmainsm.h.
destructor.
Definition at line 113 of file spxmainsm.h.
References SPxMainSM< R >::PostStep::m_name.
clone function for polymorphism
Implemented in SPxMainSM< R >::RowObjPS, SPxMainSM< R >::FreeConstraintPS, SPxMainSM< R >::EmptyConstraintPS, SPxMainSM< R >::RowSingletonPS, SPxMainSM< R >::ForceConstraintPS, SPxMainSM< R >::FixVariablePS, SPxMainSM< R >::FixBoundsPS, SPxMainSM< R >::FreeZeroObjVariablePS, SPxMainSM< R >::ZeroObjColSingletonPS, SPxMainSM< R >::FreeColSingletonPS, SPxMainSM< R >::DoubletonEquationPS, SPxMainSM< R >::DuplicateRowsPS, SPxMainSM< R >::DuplicateColsPS, SPxMainSM< R >::AggregationPS, SPxMainSM< R >::MultiAggregationPS, and SPxMainSM< R >::TightenBoundsPS.
Definition at line 138 of file spxmainsm.h.
executes the postsolving.
get name of simplifying step.
Definition at line 118 of file spxmainsm.h.
assignment operator
Definition at line 108 of file spxmainsm.h.
Referenced by SPxMainSM< R >::AggregationPS::operator=(), SPxMainSM< R >::DoubletonEquationPS::operator=(), SPxMainSM< R >::DuplicateColsPS::operator=(), SPxMainSM< R >::DuplicateRowsPS::operator=(), SPxMainSM< R >::FixBoundsPS::operator=(), SPxMainSM< R >::FixVariablePS::operator=(), SPxMainSM< R >::ForceConstraintPS::operator=(), SPxMainSM< R >::FreeColSingletonPS::operator=(), SPxMainSM< R >::FreeZeroObjVariablePS::operator=(), SPxMainSM< R >::MultiAggregationPS::operator=(), SPxMainSM< R >::RowSingletonPS::operator=(), and SPxMainSM< R >::ZeroObjColSingletonPS::operator=().
name of the simplifier
Definition at line 88 of file spxmainsm.h.
Referenced by SPxMainSM< R >::PostStep::getName(), and SPxMainSM< R >::PostStep::~PostStep().
number of cols
Definition at line 90 of file spxmainsm.h.
number of rows
Definition at line 92 of file spxmainsm.h.