Scippy

SoPlex

Sequential object-oriented simPlex

spxsimplifier.h File Reference

LP simplification base class. More...

#include <assert.h>
#include "spxdefines.h"
#include "timerfactory.h"
#include "spxlp.h"
#include "spxsolver.h"

Go to the source code of this file.

Classes

class  SPxSimplifier
 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.
 

Detailed Description

LP simplification base class.

Definition in file spxsimplifier.h.