Implementation of Sparse Linear Solver with Rational precision. More...
#include <assert.h>#include "spxdefines.h"#include "timerfactory.h"#include "dvector.h"#include "slinsolver_rational.h"#include "clufactor_rational.h"#include "rational.h"Go to the source code of this file.
Classes | |
| class | SLUFactorRational |
| Implementation of Sparse Linear Solver with Rational precision.This class implements a SLinSolverRational interface by using the sparse LU factorization implemented in CLUFactorRational. More... | |
Namespaces | |
| soplex | |
| Everything should be within this namespace. | |
Macros | |
| #define | MAXUPDATES 1000 |
| maximum nr. of factorization updates allowed before refactorization. More... | |
Implementation of Sparse Linear Solver with Rational precision.
Definition in file slufactor_rational.h.
| #define MAXUPDATES 1000 |
maximum nr. of factorization updates allowed before refactorization.
Definition at line 34 of file slufactor_rational.h.