|
SoPlex
|
Postsolves empty constraints. More...
Public Member Functions | |
| EmptyConstraintPS (const SPxLPBase< R > &lp, int _i, std::shared_ptr< Tolerances > tols) | |
| EmptyConstraintPS (const EmptyConstraintPS &old) | |
| copy constructor | |
| EmptyConstraintPS & | operator= (const EmptyConstraintPS &rhs) |
| assignment operator | |
| 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 |
| virtual PostStep * | clone () const |
| clone function for polymorphism | |
| Public Member Functions inherited from SPxMainSM< R >::PostStep | |
| PostStep (const char *p_name, std::shared_ptr< Tolerances > tols, int nR=0, int nC=0) | |
| constructor. | |
| PostStep (const PostStep &old) | |
| copy constructor. | |
| PostStep & | operator= (const PostStep &) |
| assignment operator | |
| virtual | ~PostStep () |
| destructor. | |
| virtual const char * | getName () const |
| get name of simplifying step. | |
| virtual bool | checkBasisDim (DataArray< typename SPxSolverBase< R >::VarStatus > rows, DataArray< typename SPxSolverBase< R >::VarStatus > cols) const |
| virtual R | feastol () const |
| virtual R | epsilon () const |
Private Attributes | |
| int | m_i |
| int | m_old_i |
| R | m_row_obj |
Postsolves empty constraints.
Definition at line 254 of file spxmainsm.h.
| EmptyConstraintPS | ( | const SPxLPBase< R > & | lp, |
| int | _i, | ||
| std::shared_ptr< Tolerances > | tols ) |
Definition at line 263 of file spxmainsm.h.
References m_i, m_old_i, m_row_obj, SPxMainSM< R >::PostStep::nCols, SPxMainSM< R >::PostStep::nRows, and SPxMainSM< R >::PostStep::PostStep().
Referenced by EmptyConstraintPS(), and operator=().
| EmptyConstraintPS | ( | const EmptyConstraintPS & | old | ) |
copy constructor
Definition at line 270 of file spxmainsm.h.
References EmptyConstraintPS(), m_i, m_old_i, m_row_obj, and SPxMainSM< R >::PostStep::PostStep().
|
virtual |
clone function for polymorphism
Implements SPxMainSM< R >::PostStep.
Definition at line 293 of file spxmainsm.h.
References SPxMainSM< R >::EmptyConstraintPS, and SPxMainSM< R >::PostStep::PostStep().
|
virtual |
Implements SPxMainSM< R >::PostStep.
| EmptyConstraintPS & operator= | ( | const EmptyConstraintPS & | rhs | ) |
assignment operator
Definition at line 277 of file spxmainsm.h.
References EmptyConstraintPS(), m_i, m_old_i, and m_row_obj.
|
private |
Definition at line 257 of file spxmainsm.h.
Referenced by EmptyConstraintPS(), EmptyConstraintPS(), and operator=().
|
private |
Definition at line 258 of file spxmainsm.h.
Referenced by EmptyConstraintPS(), EmptyConstraintPS(), and operator=().
|
private |
Definition at line 259 of file spxmainsm.h.
Referenced by EmptyConstraintPS(), EmptyConstraintPS(), and operator=().