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(), m_bnd, m_col, m_j, m_loFree, m_lRhs, m_old_i, m_old_j, m_rowObj, m_rows, SPxMainSM< R >::PostStep::nCols, SPxMainSM< R >::PostStep::nRows, SPxMainSM< R >::PostStep::PostStep(), SPxLPBase< R >::rhs(), SPxLPBase< R >::rowObj(), and SPxLPBase< R >::rowVector(). Referenced by clone(), FreeZeroObjVariablePS(), and operator=(). ◆ FreeZeroObjVariablePS() [2/2]
template<class R>
copy constructor Definition at line 647 of file spxmainsm.h. References FreeZeroObjVariablePS(), m_bnd, m_col, m_j, m_loFree, m_lRhs, m_old_i, m_old_j, m_rowObj, m_rows, and SPxMainSM< R >::PostStep::PostStep(). 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, FreeZeroObjVariablePS(), 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 660 of file spxmainsm.h. References FreeZeroObjVariablePS(), m_col, m_lRhs, m_rowObj, m_rows, and SPxMainSM< R >::PostStep::operator=(). Member Data Documentation◆ m_bnd
template<class R>
Definition at line 610 of file spxmainsm.h. Referenced by FreeZeroObjVariablePS(), and FreeZeroObjVariablePS(). ◆ m_col
template<class R>
Definition at line 611 of file spxmainsm.h. Referenced by FreeZeroObjVariablePS(), FreeZeroObjVariablePS(), and operator=(). ◆ m_j
template<class R>
Definition at line 607 of file spxmainsm.h. Referenced by FreeZeroObjVariablePS(), and FreeZeroObjVariablePS(). ◆ m_loFree
template<class R>
Definition at line 615 of file spxmainsm.h. Referenced by FreeZeroObjVariablePS(), and FreeZeroObjVariablePS(). ◆ m_lRhs
template<class R>
Definition at line 612 of file spxmainsm.h. Referenced by FreeZeroObjVariablePS(), FreeZeroObjVariablePS(), and operator=(). ◆ m_old_i
template<class R>
Definition at line 609 of file spxmainsm.h. Referenced by FreeZeroObjVariablePS(), and FreeZeroObjVariablePS(). ◆ m_old_j
template<class R>
Definition at line 608 of file spxmainsm.h. Referenced by FreeZeroObjVariablePS(), and FreeZeroObjVariablePS(). ◆ m_rowObj
template<class R>
Definition at line 613 of file spxmainsm.h. Referenced by FreeZeroObjVariablePS(), FreeZeroObjVariablePS(), and operator=(). ◆ m_rows
template<class R>
Definition at line 614 of file spxmainsm.h. Referenced by FreeZeroObjVariablePS(), FreeZeroObjVariablePS(), and operator=().
|