Implementation of Sparse Linear Solver. More...
#include <assert.h>#include "soplex/spxdefines.h"#include "soplex/timerfactory.h"#include "soplex/slinsolver.h"#include "soplex/clufactor.h"#include "slufactor.hpp"Go to the source code of this file.
Classes | |
| class | SLUFactor< R > |
| Implementation of Sparse Linear Solver. More... | |
Namespaces | |
| namespace | soplex |
| Everything should be within this namespace. | |
Macros | |
| #define | SOPLEX_MAXUPDATES 1000 |
| maximum nr. of factorization updates allowed before refactorization. More... | |
Implementation of Sparse Linear Solver.
Definition in file slufactor.h.
| #define SOPLEX_MAXUPDATES 1000 |
maximum nr. of factorization updates allowed before refactorization.
Definition at line 41 of file slufactor.h.