Textbook ratio test for SoPlex. More...
#include <assert.h>
#include "soplex/spxdefines.h"
#include "soplex/spxratiotester.h"
#include "spxdefaultrt.hpp"
Go to the source code of this file.
Classes | |
class | 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. More... | |
Namespaces | |
soplex | |
Everything should be within this namespace. | |
Textbook ratio test for SoPlex.
Definition in file spxdefaultrt.h.