Loading...
Searching...
No Matches
SPxMainSM< R >::AggregationPS Class Reference Postsolves aggregation. More...
Inheritance diagram for SPxMainSM< R >::AggregationPS:
![]()
Detailed Descriptiontemplate<class R> class soplex::SPxMainSM< R >::AggregationPS Postsolves aggregation. Definition at line 1087 of file spxmainsm.h. Constructor & Destructor Documentation◆ AggregationPS() [1/2]
template<class R>
Definition at line 1105 of file spxmainsm.h. References m_col, m_i, m_j, m_lower, m_obj, m_old_i, m_old_j, m_oldlower, m_oldupper, m_rhs, m_row, m_upper, SPxMainSM< R >::PostStep::nCols, SPxMainSM< R >::PostStep::nRows, and SPxMainSM< R >::PostStep::PostStep(). Referenced by AggregationPS(), clone(), and operator=(). ◆ AggregationPS() [2/2]
template<class R>
copy constructor Definition at line 1124 of file spxmainsm.h. References AggregationPS(), m_col, m_i, m_j, m_lower, m_obj, m_old_i, m_old_j, m_oldlower, m_oldupper, m_rhs, m_row, m_upper, and SPxMainSM< R >::PostStep::PostStep(). Member Function Documentation◆ clone()
template<class R>
clone function for polymorphism Implements SPxMainSM< R >::PostStep. Definition at line 1152 of file spxmainsm.h. References SPxMainSM< R >::AggregationPS, AggregationPS(), SPxMainSM< R >::PostStep::PostStep(), and soplex::spx_alloc(). ◆ execute()
template<class R>
Implements SPxMainSM< R >::PostStep. ◆ operator=()
template<class R>
assignment operator Definition at line 1140 of file spxmainsm.h. References AggregationPS(), m_col, m_row, and SPxMainSM< R >::PostStep::operator=(). Member Data Documentation◆ m_col
template<class R>
Definition at line 1101 of file spxmainsm.h. Referenced by AggregationPS(), AggregationPS(), and operator=(). ◆ m_i
template<class R>
Definition at line 1091 of file spxmainsm.h. Referenced by AggregationPS(), and AggregationPS(). ◆ m_j
template<class R>
Definition at line 1090 of file spxmainsm.h. Referenced by AggregationPS(), and AggregationPS(). ◆ m_lower
template<class R>
Definition at line 1095 of file spxmainsm.h. Referenced by AggregationPS(), and AggregationPS(). ◆ m_obj
template<class R>
Definition at line 1096 of file spxmainsm.h. Referenced by AggregationPS(), and AggregationPS(). ◆ m_old_i
template<class R>
Definition at line 1093 of file spxmainsm.h. Referenced by AggregationPS(), and AggregationPS(). ◆ m_old_j
template<class R>
Definition at line 1092 of file spxmainsm.h. Referenced by AggregationPS(), and AggregationPS(). ◆ m_oldlower
template<class R>
Definition at line 1098 of file spxmainsm.h. Referenced by AggregationPS(), and AggregationPS(). ◆ m_oldupper
template<class R>
Definition at line 1097 of file spxmainsm.h. Referenced by AggregationPS(), and AggregationPS(). ◆ m_rhs
template<class R>
Definition at line 1099 of file spxmainsm.h. Referenced by AggregationPS(), and AggregationPS(). ◆ m_row
template<class R>
Definition at line 1100 of file spxmainsm.h. Referenced by AggregationPS(), AggregationPS(), and operator=(). ◆ m_upper
template<class R>
Definition at line 1094 of file spxmainsm.h. Referenced by AggregationPS(), and AggregationPS().
|