Loading...
Searching...
No Matches
SPxMainSM< R >::FixVariablePS Class Reference Postsolves variable fixing. More...
Inheritance diagram for SPxMainSM< R >::FixVariablePS:
![]()
Detailed Descriptiontemplate<class R> class soplex::SPxMainSM< R >::FixVariablePS Postsolves variable fixing. Definition at line 480 of file spxmainsm.h. Constructor & Destructor Documentation◆ FixVariablePS() [1/2]
template<class R>
Definition at line 494 of file spxmainsm.h. References SPxSimplifier< R >::addObjoffset(), m_col, m_correctIdx, m_j, m_lower, m_obj, m_old_j, m_upper, m_val, SPxMainSM< R >::PostStep::nCols, SPxMainSM< R >::PostStep::nRows, SPxLPBase< R >::obj(), SPxMainSM< R >::PostStep::PostStep(), and SPxMainSM< R >::SPxMainSM(). Referenced by FixVariablePS(), and operator=(). ◆ FixVariablePS() [2/2]
template<class R>
copy constructor Definition at line 509 of file spxmainsm.h. References FixVariablePS(), m_col, m_correctIdx, m_j, m_lower, m_obj, m_old_j, m_upper, m_val, and SPxMainSM< R >::PostStep::PostStep(). Member Function Documentation◆ clone()
template<class R>
clone function for polymorphism Implements SPxMainSM< R >::PostStep. Definition at line 532 of file spxmainsm.h. References SPxMainSM< R >::FixVariablePS, and SPxMainSM< R >::PostStep::PostStep(). ◆ execute()
template<class R>
Implements SPxMainSM< R >::PostStep. ◆ operator=()
template<class R>
assignment operator Definition at line 521 of file spxmainsm.h. References FixVariablePS(), m_col, and SPxMainSM< R >::PostStep::operator=(). Member Data Documentation◆ m_col
template<class R>
does the index mapping have to be updated in postsolving? Definition at line 490 of file spxmainsm.h. Referenced by FixVariablePS(), FixVariablePS(), and operator=(). ◆ m_correctIdx
template<class R>
Definition at line 489 of file spxmainsm.h. Referenced by FixVariablePS(), and FixVariablePS(). ◆ m_j
template<class R>
Definition at line 483 of file spxmainsm.h. Referenced by FixVariablePS(), and FixVariablePS(). ◆ m_lower
template<class R>
Definition at line 487 of file spxmainsm.h. Referenced by FixVariablePS(), and FixVariablePS(). ◆ m_obj
template<class R>
Definition at line 486 of file spxmainsm.h. Referenced by FixVariablePS(), and FixVariablePS(). ◆ m_old_j
template<class R>
Definition at line 484 of file spxmainsm.h. Referenced by FixVariablePS(), and FixVariablePS(). ◆ m_upper
template<class R>
Definition at line 488 of file spxmainsm.h. Referenced by FixVariablePS(), and FixVariablePS(). ◆ m_val
template<class R>
Definition at line 485 of file spxmainsm.h. Referenced by FixVariablePS(), and FixVariablePS().
|