Loading...
Searching...
No Matches
SPxDefaultRT< R > Class Template Reference Textbook ratio test for SoPlex. More...
Inheritance diagram for SPxDefaultRT< R >:
![]()
Detailed DescriptionTextbook 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]
default constructor Definition at line 60 of file spxdefaultrt.h. Referenced by SPxDefaultRT< R >::clone(). ◆ SPxDefaultRT() [2/2]
copy constructor Definition at line 64 of file spxdefaultrt.h. ◆ ~SPxDefaultRT()
destructor Definition at line 78 of file spxdefaultrt.h. Member Function Documentation◆ clone()
clone function for polymorphism Implements SPxRatioTester< R >. Definition at line 81 of file spxdefaultrt.h. References SPxDefaultRT< R >::SPxDefaultRT(). ◆ operator=()
assignment operator Definition at line 68 of file spxdefaultrt.h. References SPxRatioTester< R >::operator=(). ◆ selectEnter()Implements SPxRatioTester< R >. ◆ selectLeave()
|