Scippy

SoPlex

Sequential object-oriented simPlex

clufactor_rational.h File Reference

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

#include "spxdefines.h"
#include "slinsolver_rational.h"
#include "timer.h"
#include "svector.h"
#include "rational.h"
#include "basevectors.h"

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

namespace  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

#define WITH_L_ROWS   1

Definition at line 29 of file clufactor_rational.h.