|
SoPlex Doxygen Documentation
|
Go to the documentation of this file.
19 #ifndef _SLINSOLVER_H_
20 #define _SLINSOLVER_H_
72 virtual const char* getName() const = 0;
78 virtual void clear() = 0;
81 virtual int memory() const = 0;
84 virtual int dim() const = 0;
186 #endif // _SLINSOLVER_H_
|