Loading...
Searching...
No Matches
SPxMainSM< R >::RowObjPS Class Reference Postsolves row objectives. More...
Inheritance diagram for SPxMainSM< R >::RowObjPS:
![]()
Detailed Descriptiontemplate<class R> class soplex::SPxMainSM< R >::RowObjPS Postsolves row objectives. Definition at line 158 of file spxmainsm.h. Constructor & Destructor Documentation◆ RowObjPS() [1/2]
template<class R>
Definition at line 166 of file spxmainsm.h. References m_i, m_j, SPxMainSM< R >::PostStep::nCols, SPxMainSM< R >::PostStep::nRows, and SPxMainSM< R >::PostStep::PostStep(). Referenced by clone(), operator=(), and RowObjPS(). ◆ RowObjPS() [2/2]copy constructor Definition at line 172 of file spxmainsm.h. References m_i, m_j, SPxMainSM< R >::PostStep::PostStep(), and RowObjPS(). Member Function Documentation◆ clone()
template<class R>
clone function for polymorphism Implements SPxMainSM< R >::PostStep. Definition at line 193 of file spxmainsm.h. References SPxMainSM< R >::PostStep::PostStep(), and RowObjPS(). ◆ execute()
template<class R>
Implements SPxMainSM< R >::PostStep. ◆ operator=()assignment operator Definition at line 178 of file spxmainsm.h. References m_i, m_j, and RowObjPS(). Member Data Documentation◆ m_i
template<class R>
row index Definition at line 161 of file spxmainsm.h. Referenced by operator=(), RowObjPS(), and RowObjPS(). ◆ m_j
template<class R>
slack column index Definition at line 162 of file spxmainsm.h. Referenced by operator=(), RowObjPS(), and RowObjPS().
|