|
| DuplicateRowsPS (const SPxLPBase< R > &lp, int _i, int maxLhsIdx, int minRhsIdx, const DSVectorBase< R > &dupRows, const Array< R > scale, const DataArray< int > perm, const DataArray< bool > isLhsEqualRhs, bool isTheLast, bool isFixedRow, bool isFirst=false) |
|
| DuplicateRowsPS (const DuplicateRowsPS &old) |
| copy constructor
|
|
DuplicateRowsPS & | operator= (const DuplicateRowsPS &rhs) |
| assignment operator
|
|
virtual PostStep * | clone () const |
| clone function for polymorphism
|
|
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.
|
|
| 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 |
|
template<
class R>
class soplex::SPxMainSM< R >::DuplicateRowsPS
Postsolves duplicate rows.
Definition at line 907 of file spxmainsm.h.