SoPlex Doxygen Documentation
spxlp.h File Reference

Saving LPs in a form suitable for SoPlex. More...

#include <assert.h>
#include <iostream>
#include <iomanip>
#include "spxdefines.h"
#include "datakey.h"
#include "spxid.h"
#include "dvector.h"
#include "dvector_exact.h"
#include "svset.h"
#include "dataarray.h"
#include "lprow.h"
#include "lpcol.h"
#include "lprowset.h"
#include "lpcolset.h"
#include "nameset.h"

Go to the source code of this file.

Classes

class  SPxLP
 Saving LPs in a form suitable for SoPlex.Class SPxLP provides the data structures required for saving a linear program in the form

\[ \begin{array}{rl} \hbox{max} & c^T x \\ \hbox{s.t.} & l_r \le Ax \le u_r \\ & l_c \le x \le u_c \end{array} \]

suitable for solving with SoPlex. This includes: More...

 

Namespaces

namespace  soplex
 Everything should be within this namespace.
 

Detailed Description

Saving LPs in a form suitable for SoPlex.

Definition in file spxlp.h.