Scippy

SoPlex

Sequential object-oriented simPlex

clufactor_rational.h File Reference

Implementation of sparse LU factorization with Rational precision. More...

Go to the source code of this file.

Classes

class  CLUFactorRational
 Implementation of sparse LU factorization with Rational precision.This class implements a sparse LU factorization with either FOREST-TOMLIN or ETA updates, using dynamic Markowitz pivoting. More...
 
struct  CLUFactorRational::Dring
 
class  CLUFactorRational::Pring
 Pivot Ring. More...
 
class  CLUFactorRational::Temp
 Temporary data structures. More...
 
struct  CLUFactorRational::Perm
 Data structures for saving the row and column permutations. More...
 
struct  CLUFactorRational::U
 Data structures for saving the working matrix and U factor. More...
 
struct  CLUFactorRational::U::Row
 
struct  CLUFactorRational::U::Col
 
struct  CLUFactorRational::L
 Data structures for saving the working matrix and L factor. More...
 

Namespaces

 soplex
 Everything should be within this namespace.
 

Macros

#define WITH_L_ROWS   1
 

Detailed Description

Implementation of sparse LU factorization with Rational precision.

Definition in file clufactor_rational.h.

Macro Definition Documentation

◆ WITH_L_ROWS

#define WITH_L_ROWS   1

Definition at line 29 of file clufactor_rational.h.