Scippy

SoPlex

Sequential object-oriented simPlex

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

Go to the source code of this file.

Namespaces

 soplex
 Everything should be within this namespace.
 

Macros

#define MINSTABILITY   REAL(4e-2)
 

Functions

static Rational betterThreshold (Rational th)
 

Detailed Description

Todo:

SLUFactorRational seems to be partly an wrapper for CLUFactorRational (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_rational.cpp.

Macro Definition Documentation

#define MINSTABILITY   REAL(4e-2)

Definition at line 40 of file slufactor_rational.cpp.

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