Postsolves duplicate rows. More...
Public Member Functions | |
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 More... | |
DuplicateRowsPS & | operator= (const DuplicateRowsPS &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_i |
const R | m_i_rowObj |
const int | m_maxLhsIdx |
const int | m_minRhsIdx |
const bool | m_maxSense |
const bool | m_isFirst |
const bool | m_isLast |
const bool | m_fixed |
const int | m_nCols |
DSVectorBase< R > | m_scale |
DSVectorBase< R > | m_rowObj |
DataArray< int > | m_rIdxLocalOld |
DataArray< int > | m_perm |
DataArray< bool > | m_isLhsEqualRhs |
Additional Inherited Members | |
Static Public Member Functions inherited from SPxMainSM< R >::PostStep | |
static R | eps () |
Postsolves duplicate rows.
Definition at line 898 of file spxmainsm.h.
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 |
||
) |
Definition at line 917 of file spxmainsm.h.
References DSVectorBase< R >::add(), SVectorBase< R >::index(), SPxLPBase< R >::rowObj(), and SVectorBase< R >::size().
DuplicateRowsPS | ( | const DuplicateRowsPS & | old | ) |
copy constructor
Definition at line 947 of file spxmainsm.h.
|
virtual |
clone function for polymorphism
Implements SPxMainSM< R >::PostStep.
Definition at line 980 of file spxmainsm.h.
References SPxMainSM< R >::DuplicateRowsPS, SPxMainSM< R >::PostStep::execute(), and soplex::spx_alloc().
|
virtual |
Implements SPxMainSM< R >::PostStep.
DuplicateRowsPS& operator= | ( | const DuplicateRowsPS & | rhs | ) |
assignment operator
Definition at line 965 of file spxmainsm.h.
References SPxMainSM< R >::DuplicateRowsPS::m_isLhsEqualRhs, SPxMainSM< R >::DuplicateRowsPS::m_perm, SPxMainSM< R >::DuplicateRowsPS::m_rIdxLocalOld, SPxMainSM< R >::DuplicateRowsPS::m_rowObj, SPxMainSM< R >::DuplicateRowsPS::m_scale, and SPxMainSM< R >::PostStep::operator=().
|
private |
Definition at line 908 of file spxmainsm.h.
|
private |
Definition at line 901 of file spxmainsm.h.
|
private |
Definition at line 902 of file spxmainsm.h.
|
private |
Definition at line 906 of file spxmainsm.h.
|
private |
Definition at line 907 of file spxmainsm.h.
|
private |
Definition at line 914 of file spxmainsm.h.
Referenced by SPxMainSM< R >::DuplicateRowsPS::operator=().
|
private |
Definition at line 903 of file spxmainsm.h.
|
private |
Definition at line 905 of file spxmainsm.h.
|
private |
Definition at line 904 of file spxmainsm.h.
|
private |
Definition at line 909 of file spxmainsm.h.
|
private |
Definition at line 913 of file spxmainsm.h.
Referenced by SPxMainSM< R >::DuplicateRowsPS::operator=().
|
private |
Definition at line 912 of file spxmainsm.h.
Referenced by SPxMainSM< R >::DuplicateRowsPS::operator=().
|
private |
Definition at line 911 of file spxmainsm.h.
Referenced by SPxMainSM< R >::DuplicateRowsPS::operator=().
|
private |
Definition at line 910 of file spxmainsm.h.
Referenced by SPxMainSM< R >::DuplicateRowsPS::operator=().