Saving LPs in a form suitable for SoPlex. More...
#include <assert.h>#include <iostream>#include <iomanip>#include <typeinfo>#include "spxdefines.h"#include "basevectors.h"#include "dataarray.h"#include "datakey.h"#include "spxid.h"#include "lprowbase.h"#include "lpcolbase.h"#include "lprowsetbase.h"#include "lpcolsetbase.h"#include "nameset.h"#include "didxset.h"#include "spxfileio.h"#include "spxscaler.h"Go to the source code of this file.
Classes | |
| class | SPxLPBase< R > |
| Saving LPs in a form suitable for SoPlex.Class SPxLPBase 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} \] | |
Namespaces | |
| soplex | |
| Everything should be within this namespace. | |
Saving LPs in a form suitable for SoPlex.
Definition in file spxlpbase.h.