Scippy

SoPlex

Sequential object-oriented simPlex

slufactor.h File Reference

Implementation of Sparse Linear Solver. More...

#include <assert.h>
#include "spxdefines.h"
#include "timerfactory.h"
#include "dvector.h"
#include "slinsolver.h"
#include "clufactor.h"

Go to the source code of this file.

Classes

class  SLUFactor
 Implementation of Sparse Linear Solver.This class implements a SLinSolver interface by using the sparse LU factorization implementet in CLUFactor. More...
 

Namespaces

 soplex
 Everything should be within this namespace.
 

Macros

#define MAXUPDATES   1000
 maximum nr. of factorization updates allowed before refactorization. More...
 

Detailed Description

Implementation of Sparse Linear Solver.

Definition in file slufactor.h.

Macro Definition Documentation

#define MAXUPDATES   1000

maximum nr. of factorization updates allowed before refactorization.

Definition at line 33 of file slufactor.h.

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