#include <assert.h>#include "spxdefines.h"#include "spxboundflippingrt.h"#include "sorter.h"#include "spxsolver.h"#include "spxout.h"#include "spxid.h"Go to the source code of this file.
Namespaces | |
| soplex | |
| Everything should be within this namespace. | |
Macros | |
| #define | LOWSTAB 1e-10 |
| #define | MAX_RELAX_COUNT 2 |
| #define | LONGSTEP_FREQ 100 |
| #define LONGSTEP_FREQ 100 |
Definition at line 29 of file spxboundflippingrt.cpp.
Referenced by SPxBoundFlippingRT::selectEnter(), and SPxBoundFlippingRT::selectLeave().
| #define LOWSTAB 1e-10 |
Definition at line 27 of file spxboundflippingrt.cpp.
Referenced by SPxBoundFlippingRT::selectEnter(), and SPxBoundFlippingRT::selectLeave().
| #define MAX_RELAX_COUNT 2 |
Definition at line 28 of file spxboundflippingrt.cpp.
Referenced by SPxBoundFlippingRT::selectEnter(), and SPxBoundFlippingRT::selectLeave().