Scippy

SoPlex

Sequential object-oriented simPlex

slufactor_rational.h File Reference

Implementation of Sparse Linear Solver with Rational precision. More...

#include <assert.h>
#include "soplex/spxdefines.h"
#include "soplex/timerfactory.h"
#include "soplex/slinsolver_rational.h"
#include "soplex/clufactor_rational.h"
#include "soplex/rational.h"
#include "slufactor_rational.hpp"

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 SOPLEX_MAXUPDATES   1000
 maximum nr. of factorization updates allowed before refactorization. More...
 

Detailed Description

Implementation of Sparse Linear Solver with Rational precision.

Definition in file slufactor_rational.h.

Macro Definition Documentation

◆ SOPLEX_MAXUPDATES

#define SOPLEX_MAXUPDATES   1000

maximum nr. of factorization updates allowed before refactorization.

Definition at line 42 of file slufactor_rational.h.