LP simplification base class. More...
#include <assert.h>
#include "soplex/spxdefines.h"
#include "soplex/timerfactory.h"
#include "soplex/spxlp.h"
#include "soplex/spxsolver.h"
Go to the source code of this file.
Classes | |
class | SPxSimplifier< R > |
LP simplification abstract base class.Instances of classes derived from SPxSimplifier may be loaded to SoPlex in order to simplify LPs before solving them. SoPlex will call simplify() on itself. Generally any SPxLP can be given to a SPxSimplifier for simplify()ing it. The simplification cannot be undone, but given an primal/dual solution for the simplified SPxLP, the simplifier can reconstruct the primal/dual solution of the unsimplified LP. More... | |
Namespaces | |
soplex | |
Everything should be within this namespace. | |
Functions | |
template<class R > | |
std::ostream & | operator<< (std::ostream &os, const typename SPxSimplifier< R >::Result &status) |
Pretty-printing of simplifier status. More... | |
LP simplification base class.
Definition in file spxsimplifier.h.