Postsolves doubleton equations combined with a column singleton. More...
Public Member Functions | |
DoubletonEquationPS (const SPxLPBase< R > &lp, int _j, int _k, int _i, R oldLo, R oldUp) | |
DoubletonEquationPS (const DoubletonEquationPS &old) | |
copy constructor More... | |
DoubletonEquationPS & | operator= (const DoubletonEquationPS &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_k |
const int | m_i |
const bool | m_maxSense |
const bool | m_jFixed |
const R | m_jObj |
const R | m_kObj |
const R | m_aij |
const bool | m_strictLo |
const bool | m_strictUp |
const R | m_newLo |
const R | m_newUp |
const R | m_oldLo |
const R | m_oldUp |
const R | m_Lo_j |
const R | m_Up_j |
const R | m_lhs |
const R | m_rhs |
DSVectorBase< R > | m_col |
Additional Inherited Members | |
Static Public Member Functions inherited from SPxMainSM< R >::PostStep | |
static R | eps () |
Postsolves doubleton equations combined with a column singleton.
Definition at line 801 of file spxmainsm.h.
DoubletonEquationPS | ( | const SPxLPBase< R > & | lp, |
int | _j, | ||
int | _k, | ||
int | _i, | ||
R | oldLo, | ||
R | oldUp | ||
) |
Definition at line 826 of file spxmainsm.h.
DoubletonEquationPS | ( | const DoubletonEquationPS & | old | ) |
copy constructor
Definition at line 849 of file spxmainsm.h.
|
virtual |
clone function for polymorphism
Implements SPxMainSM< R >::PostStep.
Definition at line 883 of file spxmainsm.h.
References SPxMainSM< R >::DoubletonEquationPS, SPxMainSM< R >::PostStep::execute(), and soplex::spx_alloc().
|
virtual |
Implements SPxMainSM< R >::PostStep.
DoubletonEquationPS& operator= | ( | const DoubletonEquationPS & | rhs | ) |
assignment operator
Definition at line 872 of file spxmainsm.h.
References SPxMainSM< R >::DoubletonEquationPS::m_col, and SPxMainSM< R >::PostStep::operator=().
|
private |
Definition at line 811 of file spxmainsm.h.
|
private |
Definition at line 822 of file spxmainsm.h.
Referenced by SPxMainSM< R >::DoubletonEquationPS::operator=().
|
private |
Definition at line 806 of file spxmainsm.h.
|
private |
Definition at line 804 of file spxmainsm.h.
|
private |
Definition at line 808 of file spxmainsm.h.
|
private |
Definition at line 809 of file spxmainsm.h.
|
private |
Definition at line 805 of file spxmainsm.h.
|
private |
Definition at line 810 of file spxmainsm.h.
|
private |
Definition at line 820 of file spxmainsm.h.
|
private |
Definition at line 818 of file spxmainsm.h.
|
private |
Definition at line 807 of file spxmainsm.h.
|
private |
Definition at line 814 of file spxmainsm.h.
|
private |
Definition at line 815 of file spxmainsm.h.
|
private |
Definition at line 816 of file spxmainsm.h.
|
private |
Definition at line 817 of file spxmainsm.h.
|
private |
Definition at line 821 of file spxmainsm.h.
|
private |
Definition at line 812 of file spxmainsm.h.
|
private |
Definition at line 813 of file spxmainsm.h.
|
private |
Definition at line 819 of file spxmainsm.h.