Scippy

SoPlex

Sequential object-oriented simPlex

clufactor.cpp File Reference
#include <assert.h>
#include "soplex/spxdefines.h"
#include "soplex/clufactor.h"
#include "soplex/cring.h"
#include "soplex/spxalloc.h"
#include "soplex/exceptions.h"
#include "soplex/stablesum.h"

Go to the source code of this file.

Namespaces

 soplex
 Everything should be within this namespace.
 

Macros

#define SOPLEX_FACTOR_MARKER   1e-100
 

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
 
static const Real verySparseFactor4left = 0.1
 

Macro Definition Documentation

◆ SOPLEX_FACTOR_MARKER