#include <assert.h>#include "spxdefines.h"#include "clufactor_rational.h"#include "cring.h"#include "spxalloc.h"#include "exceptions.h"#include "basevectors.h"#include "rational.h"Go to the source code of this file.
Namespaces | |
| soplex | |
| Everything should be within this namespace. | |
Functions | |
| static void | enQueueMax (int *heap, int *size, int elem) |
| static int | deQueueMax (int *heap, int *size) |
| static void | enQueueMin (int *heap, int *size, int elem) |
| static int | deQueueMin (int *heap, int *size) |
Variables | |
| static const Real | verySparseFactor = 0.001 |
| static const Real | verySparseFactor4right = 0.2 |