Scippy

SoPlex

Sequential object-oriented simPlex

slinsolver_rational.h File Reference

Sparse Linear Solver virtual base class with Rational precision. More...

#include <assert.h>
#include <string.h>
#include "spxdefines.h"
#include "svector.h"
#include "ssvector.h"
#include "dsvector.h"
#include "dvector.h"
#include "didxset.h"

Go to the source code of this file.

Classes

class  SLinSolverRational
 Sparse Linear Solver virtual base class with Rational precision.Class SLinSolverRational provides a class for solving sparse linear systems with a matrix $A$ and arbitrary right-hand side vectors. For doing so, the matrix must be first loaded to an SLinSolverRational object as an array of pointers to the column SVectorsRational of this matrix. More...
 

Namespaces

 soplex
 Everything should be within this namespace.
 

Detailed Description

Sparse Linear Solver virtual base class with Rational precision.

Definition in file slinsolver_rational.h.