Abstract ratio test base class. More...
Go to the source code of this file.
Classes | |
class | SPxRatioTester |
Abstract ratio test base class.Class SPxRatioTester is the virtual base class for computing the ratio test within the Simplex algorithm driven by SoPlex. After a SoPlex solver has been load()ed to an SPxRatioTester, the solver calls selectLeave() for computing the ratio test for the entering simplex and selectEnter() for computing the ratio test in leaving simplex. More... | |
Namespaces | |
soplex | |
Everything should be within this namespace. | |
Abstract ratio test base class.
Definition in file spxratiotester.h.