Go to the source code of this file.
Namespaces | |
soplex | |
Everything should be within this namespace. | |
Macros | |
#define | MINSTAB 1e-5 |
#define | LOWSTAB 1e-10 |
#define | TRIES 2 |
#define | SHORT 1e-5 |
#define | DELTA_SHIFT 1e-5 |
#define | EPSILON 1e-10 |
#define DELTA_SHIFT 1e-5 |
Definition at line 45 of file spxfastrt.cpp.
Referenced by SPxFastRT::relax(), SPxFastRT::selectEnter(), SPxFastRT::selectLeave(), and SPxFastRT::tighten().
#define EPSILON 1e-10 |
Definition at line 46 of file spxfastrt.cpp.
Referenced by SPxFastRT::resetTols().
#define LOWSTAB 1e-10 |
Definition at line 42 of file spxfastrt.cpp.
Referenced by SPxFastRT::selectEnter(), and SPxFastRT::selectLeave().
#define MINSTAB 1e-5 |
Definition at line 41 of file spxfastrt.cpp.
Referenced by SPxFastRT::setType(), and SPxFastRT::tighten().
#define SHORT 1e-5 |
Definition at line 44 of file spxfastrt.cpp.
Referenced by SPxFastRT::maxShortLeave(), SPxFastRT::minShortLeave(), and SPxFastRT::shortEnter().
#define TRIES 2 |
Definition at line 43 of file spxfastrt.cpp.
Referenced by SPxFastRT::selectEnter(), and SPxFastRT::selectLeave().