Loading...
Searching...
No Matches
SPxHarrisRT< R > Class Template Reference Harris pricing with shifting. More...
Inheritance diagram for SPxHarrisRT< R >:
![]()
Detailed Descriptiontemplate<class R> class soplex::SPxHarrisRT< R > Harris pricing with shifting. Class SPxHarrisRT is a stable implementation of a SPxRatioTester class along the lines of Harris' two phase algorithm. Additionally it uses shifting of bounds in order to avoid cycling. See SPxRatioTester for a class documentation.
Definition at line 50 of file spxharrisrt.h. Constructor & Destructor Documentation◆ SPxHarrisRT() [1/2]
template<class R>
default constructor Definition at line 91 of file spxharrisrt.h. References SPxRatioTester< R >::SPxRatioTester(). Referenced by clone(), operator=(), and SPxHarrisRT(). ◆ SPxHarrisRT() [2/2]
template<class R>
copy constructor Definition at line 95 of file spxharrisrt.h. References SPxHarrisRT(), and SPxRatioTester< R >::SPxRatioTester(). ◆ ~SPxHarrisRT()
template<class R>
destructor Definition at line 109 of file spxharrisrt.h. Member Function Documentation◆ clone()
template<class R>
clone function for polymorphism Implements SPxRatioTester< R >. Definition at line 112 of file spxharrisrt.h. References SPxHarrisRT(), and SPxRatioTester< R >::SPxRatioTester(). ◆ degenerateEps()
template<class R>
◆ maxDelta()
template<class R>
◆ minDelta()
template<class R>
◆ operator=()
template<class R>
assignment operator Definition at line 99 of file spxharrisrt.h. References SPxRatioTester< R >::operator=(), and SPxHarrisRT(). ◆ selectEnter()
template<class R>
Implements SPxRatioTester< R >. ◆ selectLeave()
template<class R>
Implements SPxRatioTester< R >.
|