Loading...
Searching...
No Matches
SPxMainSM< R >::ZeroObjColSingletonPS Class Reference Postsolves column singletons with zero objective. More...
Inheritance diagram for SPxMainSM< R >::ZeroObjColSingletonPS:
![]()
Detailed Descriptiontemplate<class R> class soplex::SPxMainSM< R >::ZeroObjColSingletonPS Postsolves column singletons with zero objective. Definition at line 689 of file spxmainsm.h. Constructor & Destructor Documentation◆ ZeroObjColSingletonPS() [1/2]
template<class R>
Definition at line 703 of file spxmainsm.h. References m_i, m_j, m_lhs, m_lower, m_old_j, m_rhs, m_row, m_upper, SPxMainSM< R >::PostStep::nCols, SPxMainSM< R >::PostStep::nRows, SPxMainSM< R >::PostStep::PostStep(), and SPxMainSM< R >::SPxMainSM(). Referenced by clone(), operator=(), and ZeroObjColSingletonPS(). ◆ ZeroObjColSingletonPS() [2/2]
template<class R>
copy constructor Definition at line 716 of file spxmainsm.h. References m_i, m_j, m_lhs, m_lower, m_old_j, m_rhs, m_row, m_upper, SPxMainSM< R >::PostStep::PostStep(), and ZeroObjColSingletonPS(). Member Function Documentation◆ clone()
template<class R>
clone function for polymorphism Implements SPxMainSM< R >::PostStep. Definition at line 739 of file spxmainsm.h. References SPxMainSM< R >::PostStep::PostStep(), soplex::spx_alloc(), SPxMainSM< R >::ZeroObjColSingletonPS, and ZeroObjColSingletonPS(). ◆ execute()
template<class R>
Implements SPxMainSM< R >::PostStep. ◆ operator=()
template<class R>
assignment operator Definition at line 728 of file spxmainsm.h. References m_row, SPxMainSM< R >::PostStep::operator=(), and ZeroObjColSingletonPS(). Member Data Documentation◆ m_i
template<class R>
Definition at line 693 of file spxmainsm.h. Referenced by ZeroObjColSingletonPS(), and ZeroObjColSingletonPS(). ◆ m_j
template<class R>
Definition at line 692 of file spxmainsm.h. Referenced by ZeroObjColSingletonPS(), and ZeroObjColSingletonPS(). ◆ m_lhs
template<class R>
Definition at line 695 of file spxmainsm.h. Referenced by ZeroObjColSingletonPS(), and ZeroObjColSingletonPS(). ◆ m_lower
template<class R>
Definition at line 697 of file spxmainsm.h. Referenced by ZeroObjColSingletonPS(), and ZeroObjColSingletonPS(). ◆ m_old_j
template<class R>
Definition at line 694 of file spxmainsm.h. Referenced by ZeroObjColSingletonPS(), and ZeroObjColSingletonPS(). ◆ m_rhs
template<class R>
Definition at line 696 of file spxmainsm.h. Referenced by ZeroObjColSingletonPS(), and ZeroObjColSingletonPS(). ◆ m_row
template<class R>
Definition at line 699 of file spxmainsm.h. Referenced by operator=(), ZeroObjColSingletonPS(), and ZeroObjColSingletonPS(). ◆ m_upper
template<class R>
Definition at line 698 of file spxmainsm.h. Referenced by ZeroObjColSingletonPS(), and ZeroObjColSingletonPS().
|