Scippy

SoPlex

Sequential object-oriented simPlex

slufactor.cpp File Reference
#include <assert.h>
#include <sstream>
#include "spxdefines.h"
#include "slufactor.h"
#include "cring.h"
#include "spxalloc.h"
#include "spxout.h"
#include "exceptions.h"

Go to the source code of this file.

Namespaces

namespace  soplex
 Everything should be within this namespace.
 

Macros

#define MINSTABILITY   REAL(4e-2)
 

Functions

static Real betterThreshold (Real th)
 

Detailed Description

Todo:

SLUfactor seems to be partly an wrapper for CLUFactor (was C). This should be properly integrated and demangled.

Does is make sense, to call x.clear() when next x.altValues() is called.

Definition in file slufactor.cpp.

Macro Definition Documentation

#define MINSTABILITY   REAL(4e-2)

Definition at line 39 of file slufactor.cpp.

Referenced by SLUFactor::clear(), and SLUFactor::load().