Postsolves unconstraint constraints. More...
Public Member Functions | |
FreeConstraintPS (const SPxLP &lp, int _i) | |
FreeConstraintPS (const FreeConstraintPS &old) | |
copy constructor More... | |
FreeConstraintPS & | operator= (const FreeConstraintPS &rhs) |
assignment operator More... | |
virtual void | execute (DVector &x, DVector &y, DVector &s, DVector &r, DataArray< SPxSolver::VarStatus > &cBasis, DataArray< SPxSolver::VarStatus > &rBasis, bool isOptimal) const |
virtual PostStep * | clone () const |
clone function for polymorphism More... | |
Public Member Functions inherited from SPxMainSM::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< SPxSolver::VarStatus > rows, DataArray< SPxSolver::VarStatus > cols) const |
Private Attributes | |
int | m_i |
int | m_old_i |
DSVector | m_row |
Real | m_row_obj |
Additional Inherited Members | |
Static Public Member Functions inherited from SPxMainSM::PostStep | |
static Real | eps () |
Postsolves unconstraint constraints.
Definition at line 180 of file spxmainsm.h.
FreeConstraintPS | ( | const SPxLP & | lp, |
int | _i | ||
) |
Definition at line 190 of file spxmainsm.h.
FreeConstraintPS | ( | const FreeConstraintPS & | old | ) |
copy constructor
Definition at line 198 of file spxmainsm.h.
|
virtual |
clone function for polymorphism
Implements SPxMainSM::PostStep.
Definition at line 223 of file spxmainsm.h.
References SPxMainSM::FreeConstraintPS.
|
virtual |
Implements SPxMainSM::PostStep.
Definition at line 133 of file spxmainsm.cpp.
References SPxSolver::BASIC, and SPxMainSM::PostStep::checkBasisDim().
FreeConstraintPS& operator= | ( | const FreeConstraintPS & | rhs | ) |
assignment operator
Definition at line 206 of file spxmainsm.h.
References SPxMainSM::PostStep::execute(), SPxMainSM::FreeConstraintPS::m_i, SPxMainSM::FreeConstraintPS::m_old_i, SPxMainSM::FreeConstraintPS::m_row, and SPxMainSM::FreeConstraintPS::m_row_obj.
|
private |
Definition at line 183 of file spxmainsm.h.
Referenced by SPxMainSM::FreeConstraintPS::operator=().
|
private |
Definition at line 184 of file spxmainsm.h.
Referenced by SPxMainSM::FreeConstraintPS::operator=().
|
private |
Definition at line 185 of file spxmainsm.h.
Referenced by SPxMainSM::FreeConstraintPS::operator=().
|
private |
Definition at line 186 of file spxmainsm.h.
Referenced by SPxMainSM::FreeConstraintPS::operator=().