Loading...
Searching...
No Matches
SPxDefaultRT< R > Class Template Reference Textbook ratio test for SoPlex. More...
Inheritance diagram for SPxDefaultRT< R >:
![]()
Detailed Descriptiontemplate<class R> class soplex::SPxDefaultRT< R > Textbook ratio test for SoPlex. Class SPxDefaultRT provides an implementation of the textbook ratio test as a derived class of SPxRatioTester. This class is not intended for reliably solving LPs (even though it does the job for `‘numerically simple’' LPs). Instead, it should serve as a demonstration of how to write ratio tester classes. See SPxRatioTester for a class documentation. Definition at line 52 of file spxdefaultrt.h. Constructor & Destructor Documentation◆ SPxDefaultRT() [1/2]
template<class R >
default constructor Definition at line 60 of file spxdefaultrt.h. Referenced by SPxDefaultRT< R >::clone(). ◆ SPxDefaultRT() [2/2]
template<class R >
copy constructor Definition at line 64 of file spxdefaultrt.h. ◆ ~SPxDefaultRT()
template<class R >
destructor Definition at line 78 of file spxdefaultrt.h. Member Function Documentation◆ clone()
template<class R >
clone function for polymorphism Implements SPxRatioTester< R >. Definition at line 81 of file spxdefaultrt.h. References SPxDefaultRT< R >::SPxDefaultRT(). ◆ operator=()
template<class R >
assignment operator Definition at line 68 of file spxdefaultrt.h. References SPxRatioTester< R >::operator=(). ◆ selectEnter()
template<class R >
Implements SPxRatioTester< R >. ◆ selectLeave()
template<class R >
Implements SPxRatioTester< R >.
|