Postsolves column singletons with zero objective. More...
Public Member Functions | |
ZeroObjColSingletonPS (const SPxLPBase< R > &lp, const SPxMainSM &, int _j, int _i) | |
ZeroObjColSingletonPS (const ZeroObjColSingletonPS &old) | |
copy constructor More... | |
ZeroObjColSingletonPS & | operator= (const ZeroObjColSingletonPS &rhs) |
assignment operator More... | |
virtual PostStep * | clone () const |
clone function for polymorphism 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 |
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 | |
const int | m_j |
const int | m_i |
const int | m_old_j |
const R | m_lhs |
const R | m_rhs |
const R | m_lower |
const R | m_upper |
DSVectorBase< R > | m_row |
Additional Inherited Members | |
Static Public Member Functions inherited from SPxMainSM< R >::PostStep | |
static R | eps () |
Postsolves column singletons with zero objective.
Definition at line 667 of file spxmainsm.h.
ZeroObjColSingletonPS | ( | const SPxLPBase< R > & | lp, |
const SPxMainSM & | , | ||
int | _j, | ||
int | _i | ||
) |
Definition at line 681 of file spxmainsm.h.
ZeroObjColSingletonPS | ( | const ZeroObjColSingletonPS & | old | ) |
copy constructor
Definition at line 693 of file spxmainsm.h.
|
virtual |
clone function for polymorphism
Implements SPxMainSM< R >::PostStep.
Definition at line 716 of file spxmainsm.h.
References SPxMainSM< R >::PostStep::execute(), soplex::spx_alloc(), and SPxMainSM< R >::ZeroObjColSingletonPS.
|
virtual |
Implements SPxMainSM< R >::PostStep.
ZeroObjColSingletonPS& operator= | ( | const ZeroObjColSingletonPS & | rhs | ) |
assignment operator
Definition at line 705 of file spxmainsm.h.
References SPxMainSM< R >::ZeroObjColSingletonPS::m_row, and SPxMainSM< R >::PostStep::operator=().
|
private |
Definition at line 671 of file spxmainsm.h.
|
private |
Definition at line 670 of file spxmainsm.h.
|
private |
Definition at line 673 of file spxmainsm.h.
|
private |
Definition at line 675 of file spxmainsm.h.
|
private |
Definition at line 672 of file spxmainsm.h.
|
private |
Definition at line 674 of file spxmainsm.h.
|
private |
Definition at line 677 of file spxmainsm.h.
Referenced by SPxMainSM< R >::ZeroObjColSingletonPS::operator=().
|
private |
Definition at line 676 of file spxmainsm.h.