Postsolves free column singletons. More...
Public Member Functions | |
FreeColSingletonPS (const SPxLPBase< R > &lp, SPxMainSM &simplifier, int _j, int _i, R slackVal) | |
FreeColSingletonPS (const FreeColSingletonPS &old) | |
copy constructor More... | |
FreeColSingletonPS & | operator= (const FreeColSingletonPS &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 int | m_old_i |
const R | m_obj |
const R | m_lRhs |
const bool | m_onLhs |
const bool | m_eqCons |
DSVectorBase< R > | m_row |
Additional Inherited Members | |
Static Public Member Functions inherited from SPxMainSM< R >::PostStep | |
static R | eps () |
Postsolves free column singletons.
Definition at line 731 of file spxmainsm.h.
FreeColSingletonPS | ( | const SPxLPBase< R > & | lp, |
SPxMainSM & | simplifier, | ||
int | _j, | ||
int | _i, | ||
R | slackVal | ||
) |
Definition at line 746 of file spxmainsm.h.
References SPxLPBase< R >::obj().
FreeColSingletonPS | ( | const FreeColSingletonPS & | old | ) |
copy constructor
Definition at line 762 of file spxmainsm.h.
|
virtual |
clone function for polymorphism
Implements SPxMainSM< R >::PostStep.
Definition at line 786 of file spxmainsm.h.
References SPxMainSM< R >::PostStep::execute(), SPxMainSM< R >::FreeColSingletonPS, and soplex::spx_alloc().
|
virtual |
Implements SPxMainSM< R >::PostStep.
FreeColSingletonPS& operator= | ( | const FreeColSingletonPS & | rhs | ) |
assignment operator
Definition at line 775 of file spxmainsm.h.
References SPxMainSM< R >::FreeColSingletonPS::m_row, and SPxMainSM< R >::PostStep::operator=().
|
private |
Definition at line 741 of file spxmainsm.h.
|
private |
Definition at line 735 of file spxmainsm.h.
|
private |
Definition at line 734 of file spxmainsm.h.
|
private |
Definition at line 739 of file spxmainsm.h.
|
private |
Definition at line 738 of file spxmainsm.h.
|
private |
Definition at line 737 of file spxmainsm.h.
|
private |
Definition at line 736 of file spxmainsm.h.
|
private |
Definition at line 740 of file spxmainsm.h.
|
private |
Definition at line 742 of file spxmainsm.h.
Referenced by SPxMainSM< R >::FreeColSingletonPS::operator=().