Fast shifting ratio test. More...
#include <assert.h>
#include "soplex/spxdefines.h"
#include "soplex/spxratiotester.h"
#include "spxfastrt.hpp"
Go to the source code of this file.
Classes | |
class | SPxFastRT< R > |
Fast shifting ratio test.Class SPxFastRT is an implementation class of SPxRatioTester providing fast and stable ratio test. Stability is achieved by allowing some infeasibility to ensure numerical stability such as the Harris procedure. Performance is achieved by skipping the second phase if the first phase already shows a stable enough pivot. More... | |
Namespaces | |
soplex | |
Everything should be within this namespace. | |
Fast shifting ratio test.
Definition in file spxfastrt.h.