#include <assert.h>
#include <sstream>
#include "soplex/spxdefines.h"
#include "soplex/slufactor_rational.h"
#include "soplex/cring.h"
#include "soplex/spxalloc.h"
#include "soplex/spxout.h"
#include "soplex/exceptions.h"
#include "soplex/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) |
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.
#define MINSTABILITY REAL(4e-2) |
Definition at line 40 of file slufactor_rational.cpp.
Referenced by SLUFactorRational::clear(), and SLUFactorRational::load().