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