Postsolves multi aggregation. More...
Public Member Functions | |
MultiAggregationPS (const SPxLPBase< R > &lp, SPxMainSM &simplifier, int _i, int _j, R constant) | |
MultiAggregationPS (const MultiAggregationPS &old) | |
copy constructor More... | |
MultiAggregationPS & | operator= (const MultiAggregationPS &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_i |
const int | m_old_j |
const int | m_old_i |
const R | m_upper |
const R | m_lower |
const R | m_obj |
const R | m_const |
const bool | m_onLhs |
const bool | m_eqCons |
DSVectorBase< R > | m_row |
DSVectorBase< R > | m_col |
Additional Inherited Members | |
Static Public Member Functions inherited from SPxMainSM< R >::PostStep | |
static R | eps () |
Postsolves multi aggregation.
Definition at line 1141 of file spxmainsm.h.
MultiAggregationPS | ( | const SPxLPBase< R > & | lp, |
SPxMainSM & | simplifier, | ||
int | _i, | ||
int | _j, | ||
R | constant | ||
) |
Definition at line 1159 of file spxmainsm.h.
MultiAggregationPS | ( | const MultiAggregationPS & | old | ) |
copy constructor
Definition at line 1178 of file spxmainsm.h.
|
virtual |
clone function for polymorphism
Implements SPxMainSM< R >::PostStep.
Definition at line 1206 of file spxmainsm.h.
References SPxMainSM< R >::PostStep::execute(), and soplex::spx_alloc().
|
virtual |
Implements SPxMainSM< R >::PostStep.
MultiAggregationPS& operator= | ( | const MultiAggregationPS & | rhs | ) |
assignment operator
Definition at line 1194 of file spxmainsm.h.
References SPxMainSM< R >::MultiAggregationPS::m_col, SPxMainSM< R >::MultiAggregationPS::m_row, and SPxMainSM< R >::PostStep::operator=().
|
private |
Definition at line 1155 of file spxmainsm.h.
Referenced by SPxMainSM< R >::MultiAggregationPS::operator=().
|
private |
Definition at line 1151 of file spxmainsm.h.
|
private |
Definition at line 1153 of file spxmainsm.h.
|
private |
Definition at line 1145 of file spxmainsm.h.
|
private |
Definition at line 1144 of file spxmainsm.h.
|
private |
Definition at line 1149 of file spxmainsm.h.
|
private |
Definition at line 1150 of file spxmainsm.h.
|
private |
Definition at line 1147 of file spxmainsm.h.
|
private |
Definition at line 1146 of file spxmainsm.h.
|
private |
Definition at line 1152 of file spxmainsm.h.
|
private |
Definition at line 1154 of file spxmainsm.h.
Referenced by SPxMainSM< R >::MultiAggregationPS::operator=().
|
private |
Definition at line 1148 of file spxmainsm.h.