Postsolves multi aggregation. More...
Public Member Functions | |
MultiAggregationPS (const SPxLP &lp, SPxMainSM &simplifier, int _i, int _j, Real 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 (DVector &x, DVector &y, DVector &s, DVector &r, DataArray< SPxSolver::VarStatus > &cBasis, DataArray< SPxSolver::VarStatus > &rBasis, bool isOptimal) const |
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 | |
const int | m_j |
const int | m_i |
const int | m_old_j |
const int | m_old_i |
const Real | m_upper |
const Real | m_lower |
const Real | m_obj |
const Real | m_const |
const bool | m_onLhs |
const bool | m_eqCons |
DSVector | m_row |
DSVector | m_col |
Additional Inherited Members | |
Static Public Member Functions inherited from SPxMainSM::PostStep | |
static Real | eps () |
Postsolves multi aggregation.
Definition at line 1140 of file spxmainsm.h.
MultiAggregationPS | ( | const SPxLP & | lp, |
SPxMainSM & | simplifier, | ||
int | _i, | ||
int | _j, | ||
Real | constant | ||
) |
Definition at line 1158 of file spxmainsm.h.
References SPxSimplifier::addObjoffset().
MultiAggregationPS | ( | const MultiAggregationPS & | old | ) |
copy constructor
Definition at line 1177 of file spxmainsm.h.
|
virtual |
clone function for polymorphism
Implements SPxMainSM::PostStep.
Definition at line 1205 of file spxmainsm.h.
References SPxMainSM::PostStep::execute(), and soplex::spx_alloc().
|
virtual |
Implements SPxMainSM::PostStep.
Definition at line 1442 of file spxmainsm.cpp.
References SPxSolver::BASIC, SPxMainSM::PostStep::checkBasisDim(), SPxMainSM::PostStep::eps(), SPxSolver::FIXED, soplex::GT(), soplex::isZero(), soplex::LT(), soplex::maxAbs(), MSG_ERROR, SPxSolver::ON_LOWER, and SPxSolver::ON_UPPER.
MultiAggregationPS& operator= | ( | const MultiAggregationPS & | rhs | ) |
assignment operator
Definition at line 1193 of file spxmainsm.h.
References SPxMainSM::MultiAggregationPS::m_col, SPxMainSM::MultiAggregationPS::m_row, and SPxMainSM::PostStep::operator=().
|
private |
Definition at line 1154 of file spxmainsm.h.
Referenced by SPxMainSM::MultiAggregationPS::operator=().
|
private |
Definition at line 1150 of file spxmainsm.h.
|
private |
Definition at line 1152 of file spxmainsm.h.
|
private |
Definition at line 1144 of file spxmainsm.h.
|
private |
Definition at line 1143 of file spxmainsm.h.
|
private |
Definition at line 1148 of file spxmainsm.h.
|
private |
Definition at line 1149 of file spxmainsm.h.
|
private |
Definition at line 1146 of file spxmainsm.h.
|
private |
Definition at line 1145 of file spxmainsm.h.
|
private |
Definition at line 1151 of file spxmainsm.h.
|
private |
Definition at line 1153 of file spxmainsm.h.
Referenced by SPxMainSM::MultiAggregationPS::operator=().
|
private |
Definition at line 1147 of file spxmainsm.h.