Postsolves the case when constraints are removed due to a variable with zero objective that is free in one direction. More...
Public Member Functions | |
FreeZeroObjVariablePS (const SPxLPBase< R > &lp, int _j, bool loFree, DSVectorBase< R > col_idx_sorted) | |
FreeZeroObjVariablePS (const FreeZeroObjVariablePS &old) | |
copy constructor More... | |
FreeZeroObjVariablePS & | operator= (const FreeZeroObjVariablePS &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_old_j |
const int | m_old_i |
const R | m_bnd |
DSVectorBase< R > | m_col |
DSVectorBase< R > | m_lRhs |
DSVectorBase< R > | m_rowObj |
Array< DSVectorBase< R > > | m_rows |
const bool | m_loFree |
Additional Inherited Members | |
Static Public Member Functions inherited from SPxMainSM< R >::PostStep | |
static R | eps () |
Postsolves the case when constraints are removed due to a variable with zero objective that is free in one direction.
Definition at line 583 of file spxmainsm.h.
FreeZeroObjVariablePS | ( | const SPxLPBase< R > & | lp, |
int | _j, | ||
bool | loFree, | ||
DSVectorBase< R > | col_idx_sorted | ||
) |
Definition at line 598 of file spxmainsm.h.
References DSVectorBase< R >::add(), SVectorBase< R >::index(), SPxLPBase< R >::lhs(), SPxLPBase< R >::rhs(), SPxLPBase< R >::rowObj(), SPxLPBase< R >::rowVector(), SVectorBase< R >::size(), and SVectorBase< R >::value().
FreeZeroObjVariablePS | ( | const FreeZeroObjVariablePS & | old | ) |
copy constructor
Definition at line 625 of file spxmainsm.h.
|
virtual |
clone function for polymorphism
Implements SPxMainSM< R >::PostStep.
Definition at line 652 of file spxmainsm.h.
References SPxMainSM< R >::PostStep::execute(), SPxMainSM< R >::FreeZeroObjVariablePS, and soplex::spx_alloc().
|
virtual |
Implements SPxMainSM< R >::PostStep.
FreeZeroObjVariablePS& operator= | ( | const FreeZeroObjVariablePS & | rhs | ) |
assignment operator
Definition at line 638 of file spxmainsm.h.
References SPxMainSM< R >::FreeZeroObjVariablePS::m_col, SPxMainSM< R >::FreeZeroObjVariablePS::m_lRhs, SPxMainSM< R >::FreeZeroObjVariablePS::m_rowObj, SPxMainSM< R >::FreeZeroObjVariablePS::m_rows, and SPxMainSM< R >::PostStep::operator=().
|
private |
Definition at line 589 of file spxmainsm.h.
|
private |
Definition at line 590 of file spxmainsm.h.
Referenced by SPxMainSM< R >::FreeZeroObjVariablePS::operator=().
|
private |
Definition at line 586 of file spxmainsm.h.
|
private |
Definition at line 594 of file spxmainsm.h.
|
private |
Definition at line 591 of file spxmainsm.h.
Referenced by SPxMainSM< R >::FreeZeroObjVariablePS::operator=().
|
private |
Definition at line 588 of file spxmainsm.h.
|
private |
Definition at line 587 of file spxmainsm.h.
|
private |
Definition at line 592 of file spxmainsm.h.
Referenced by SPxMainSM< R >::FreeZeroObjVariablePS::operator=().
|
private |
Definition at line 593 of file spxmainsm.h.
Referenced by SPxMainSM< R >::FreeZeroObjVariablePS::operator=().