Scippy

SoPlex

Sequential object-oriented simPlex

spxfastrt.h File Reference

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.
 

Macros

#define SOPLEX_FASTRT_EPSILON   1e-10
 

Detailed Description

Fast shifting ratio test.

Definition in file spxfastrt.h.

Macro Definition Documentation

◆ SOPLEX_FASTRT_EPSILON

#define SOPLEX_FASTRT_EPSILON   1e-10

Definition at line 39 of file spxfastrt.h.