Loading...
Searching...
No Matches
SPxMainSM< R >::FreeZeroObjVariablePS Class Reference Postsolves the case when constraints are removed due to a variable with zero objective that is free in one direction. More...
Inheritance diagram for SPxMainSM< R >::FreeZeroObjVariablePS:
![]()
Detailed Descriptiontemplate<class R> class soplex::SPxMainSM< R >::FreeZeroObjVariablePS Postsolves the case when constraints are removed due to a variable with zero objective that is free in one direction. Definition at line 604 of file spxmainsm.h. Constructor & Destructor Documentation◆ FreeZeroObjVariablePS() [1/2]
template<class R >
Definition at line 619 of file spxmainsm.h. References SPxLPBase< R >::lhs(), SPxMainSM< R >::FreeZeroObjVariablePS::m_col, SPxMainSM< R >::FreeZeroObjVariablePS::m_loFree, SPxMainSM< R >::FreeZeroObjVariablePS::m_lRhs, SPxMainSM< R >::FreeZeroObjVariablePS::m_rowObj, SPxMainSM< R >::FreeZeroObjVariablePS::m_rows, SPxLPBase< R >::rhs(), SPxLPBase< R >::rowObj(), and SPxLPBase< R >::rowVector(). ◆ FreeZeroObjVariablePS() [2/2]
template<class R >
copy constructor Definition at line 647 of file spxmainsm.h. Member Function Documentation◆ clone()
template<class R >
clone function for polymorphism Implements SPxMainSM< R >::PostStep. Definition at line 674 of file spxmainsm.h. References SPxMainSM< R >::FreeZeroObjVariablePS, and soplex::spx_alloc(). ◆ execute()
template<class R >
Implements SPxMainSM< R >::PostStep. ◆ operator=()
template<class R >
assignment operator Definition at line 660 of file spxmainsm.h. References SPxMainSM< R >::FreeZeroObjVariablePS::m_col, SPxMainSM< R >::FreeZeroObjVariablePS::m_lRhs, SPxMainSM< R >::FreeZeroObjVariablePS::m_rowObj, SPxMainSM< R >::FreeZeroObjVariablePS::m_rows, and SPxMainSM< R >::PostStep::operator=(). Member Data Documentation◆ m_bnd
template<class R >
Definition at line 610 of file spxmainsm.h. ◆ m_col
template<class R >
Definition at line 611 of file spxmainsm.h. Referenced by SPxMainSM< R >::FreeZeroObjVariablePS::FreeZeroObjVariablePS(), and SPxMainSM< R >::FreeZeroObjVariablePS::operator=(). ◆ m_j
template<class R >
Definition at line 607 of file spxmainsm.h. ◆ m_loFree
template<class R >
Definition at line 615 of file spxmainsm.h. Referenced by SPxMainSM< R >::FreeZeroObjVariablePS::FreeZeroObjVariablePS(). ◆ m_lRhs
template<class R >
Definition at line 612 of file spxmainsm.h. Referenced by SPxMainSM< R >::FreeZeroObjVariablePS::FreeZeroObjVariablePS(), and SPxMainSM< R >::FreeZeroObjVariablePS::operator=(). ◆ m_old_i
template<class R >
Definition at line 609 of file spxmainsm.h. ◆ m_old_j
template<class R >
Definition at line 608 of file spxmainsm.h. ◆ m_rowObj
template<class R >
Definition at line 613 of file spxmainsm.h. Referenced by SPxMainSM< R >::FreeZeroObjVariablePS::FreeZeroObjVariablePS(), and SPxMainSM< R >::FreeZeroObjVariablePS::operator=(). ◆ m_rows
template<class R >
Definition at line 614 of file spxmainsm.h. Referenced by SPxMainSM< R >::FreeZeroObjVariablePS::FreeZeroObjVariablePS(), and SPxMainSM< R >::FreeZeroObjVariablePS::operator=().
|