Postsolves row objectives. More...
Public Member Functions | |
RowObjPS (const SPxLPBase< R > &lp, int _i, int _j) | |
RowObjPS (const RowObjPS &old) | |
copy constructor More... | |
RowObjPS & | operator= (const RowObjPS &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 |
row index More... | |
int | m_j |
slack column index More... | |
Additional Inherited Members | |
Static Public Member Functions inherited from SPxMainSM< R >::PostStep | |
static R | eps () |
Postsolves row objectives.
Definition at line 138 of file spxmainsm.h.
Definition at line 146 of file spxmainsm.h.
copy constructor
Definition at line 152 of file spxmainsm.h.
|
virtual |
clone function for polymorphism
Implements SPxMainSM< R >::PostStep.
Definition at line 173 of file spxmainsm.h.
|
virtual |
Implements SPxMainSM< R >::PostStep.
assignment operator
Definition at line 158 of file spxmainsm.h.
References SPxMainSM< R >::PostStep::execute(), SPxMainSM< R >::RowObjPS::m_i, and SPxMainSM< R >::RowObjPS::m_j.
|
private |
row index
Definition at line 141 of file spxmainsm.h.
Referenced by SPxMainSM< R >::RowObjPS::operator=().
|
private |
slack column index
Definition at line 142 of file spxmainsm.h.
Referenced by SPxMainSM< R >::RowObjPS::operator=().