Postsolves empty constraints. More...
Public Member Functions | |
EmptyConstraintPS (const SPxLPBase< R > &lp, int _i) | |
EmptyConstraintPS (const EmptyConstraintPS &old) | |
copy constructor More... | |
EmptyConstraintPS & | operator= (const EmptyConstraintPS &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 |
R | m_row_obj |
Additional Inherited Members | |
Static Public Member Functions inherited from SPxMainSM< R >::PostStep | |
static R | eps () |
Postsolves empty constraints.
Definition at line 234 of file spxmainsm.h.
EmptyConstraintPS | ( | const SPxLPBase< R > & | lp, |
int | _i | ||
) |
Definition at line 243 of file spxmainsm.h.
EmptyConstraintPS | ( | const EmptyConstraintPS & | old | ) |
copy constructor
Definition at line 250 of file spxmainsm.h.
|
virtual |
clone function for polymorphism
Implements SPxMainSM< R >::PostStep.
Definition at line 273 of file spxmainsm.h.
References SPxMainSM< R >::EmptyConstraintPS.
|
virtual |
Implements SPxMainSM< R >::PostStep.
EmptyConstraintPS& operator= | ( | const EmptyConstraintPS & | rhs | ) |
assignment operator
Definition at line 257 of file spxmainsm.h.
References SPxMainSM< R >::PostStep::execute(), SPxMainSM< R >::EmptyConstraintPS::m_i, SPxMainSM< R >::EmptyConstraintPS::m_old_i, and SPxMainSM< R >::EmptyConstraintPS::m_row_obj.
|
private |
Definition at line 237 of file spxmainsm.h.
Referenced by SPxMainSM< R >::EmptyConstraintPS::operator=().
|
private |
Definition at line 238 of file spxmainsm.h.
Referenced by SPxMainSM< R >::EmptyConstraintPS::operator=().
|
private |
Definition at line 239 of file spxmainsm.h.
Referenced by SPxMainSM< R >::EmptyConstraintPS::operator=().