Postsolves unconstraint constraints. More...
Public Member Functions | |
FreeConstraintPS (const SPxLPBase< R > &lp, int _i) | |
FreeConstraintPS (const FreeConstraintPS &old) | |
copy constructor More... | |
FreeConstraintPS & | operator= (const FreeConstraintPS &rhs) |
assignment operator More... | |
virtual void | execute (VectorBase< R > &x, VectorBase< R > &y, VectorBase< R > &s, VectorBase< R > &r, DataArray< typename SPxSolverBase< R >::VarStatus > &cBasis, DataArray< typename SPxSolverBase< R >::VarStatus > &rBasis, bool isOptimal) const |
virtual PostStep * | clone () const |
clone function for polymorphism More... | |
Public Member Functions inherited from SPxMainSM< R >::PostStep | |
PostStep (const char *p_name, int nR=0, int nC=0) | |
constructor. More... | |
PostStep (const PostStep &old) | |
copy constructor. More... | |
PostStep & | operator= (const PostStep &) |
assignment operator More... | |
virtual | ~PostStep () |
destructor. More... | |
virtual const char * | getName () const |
get name of simplifying step. More... | |
virtual bool | checkBasisDim (DataArray< typename SPxSolverBase< R >::VarStatus > rows, DataArray< typename SPxSolverBase< R >::VarStatus > cols) const |
Private Attributes | |
int | m_i |
int | m_old_i |
DSVectorBase< R > | m_row |
R | m_row_obj |
Additional Inherited Members | |
Static Public Member Functions inherited from SPxMainSM< R >::PostStep | |
static R | eps () |
Postsolves unconstraint constraints.
Definition at line 182 of file spxmainsm.h.
FreeConstraintPS | ( | const SPxLPBase< R > & | lp, |
int | _i | ||
) |
Definition at line 192 of file spxmainsm.h.
FreeConstraintPS | ( | const FreeConstraintPS & | old | ) |
copy constructor
Definition at line 200 of file spxmainsm.h.
|
virtual |
clone function for polymorphism
Implements SPxMainSM< R >::PostStep.
Definition at line 225 of file spxmainsm.h.
References SPxMainSM< R >::FreeConstraintPS.
|
virtual |
Implements SPxMainSM< R >::PostStep.
FreeConstraintPS& operator= | ( | const FreeConstraintPS & | rhs | ) |
assignment operator
Definition at line 208 of file spxmainsm.h.
References SPxMainSM< R >::PostStep::execute(), SPxMainSM< R >::FreeConstraintPS::m_i, SPxMainSM< R >::FreeConstraintPS::m_old_i, SPxMainSM< R >::FreeConstraintPS::m_row, and SPxMainSM< R >::FreeConstraintPS::m_row_obj.
|
private |
Definition at line 185 of file spxmainsm.h.
Referenced by SPxMainSM< R >::FreeConstraintPS::operator=().
|
private |
Definition at line 186 of file spxmainsm.h.
Referenced by SPxMainSM< R >::FreeConstraintPS::operator=().
|
private |
Definition at line 187 of file spxmainsm.h.
Referenced by SPxMainSM< R >::FreeConstraintPS::operator=().
|
private |
Definition at line 188 of file spxmainsm.h.
Referenced by SPxMainSM< R >::FreeConstraintPS::operator=().