Scippy

SoPlex

Sequential object-oriented simPlex

spxfastrt.cpp File Reference
#include <assert.h>
#include <stdio.h>
#include "spxdefines.h"
#include "spxfastrt.h"

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
 

Macro Definition Documentation

◆ DELTA_SHIFT

#define DELTA_SHIFT   1e-5

◆ EPSILON

#define EPSILON   1e-10

Definition at line 46 of file spxfastrt.cpp.

Referenced by SPxFastRT::resetTols().

◆ LOWSTAB

#define LOWSTAB   1e-10

Definition at line 42 of file spxfastrt.cpp.

Referenced by SPxFastRT::selectEnter(), and SPxFastRT::selectLeave().

◆ MINSTAB

#define MINSTAB   1e-5

Definition at line 41 of file spxfastrt.cpp.

Referenced by SPxFastRT::setType(), and SPxFastRT::tighten().

◆ SHORT

#define SHORT   1e-5

◆ TRIES

#define TRIES   2

Definition at line 43 of file spxfastrt.cpp.

Referenced by SPxFastRT::selectEnter(), and SPxFastRT::selectLeave().