Saving LPs in a form suitable for SoPlex. More...
#include <assert.h>#include <iostream>#include <iomanip>#include <typeinfo>#include "soplex/spxdefines.h"#include "soplex/basevectors.h"#include "soplex/dataarray.h"#include "soplex/datakey.h"#include "soplex/spxid.h"#include "soplex/lprowbase.h"#include "soplex/lpcolbase.h"#include "soplex/lprowsetbase.h"#include "soplex/lpcolsetbase.h"#include "soplex/nameset.h"#include "soplex/didxset.h"#include "soplex/spxfileio.h"#include "soplex/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.