#include <assert.h>
#include "soplex/spxdefines.h"
#include "soplex/clufactor_rational.h"
#include "soplex/cring.h"
#include "soplex/spxalloc.h"
#include "soplex/exceptions.h"
#include "soplex/basevectors.h"
#include "soplex/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 |