Blis
0.94.0
|
A interface to Osi/Coin Presolve. More...
#include <BlisPresolve.h>
Public Member Functions | |
BlisPresolve () | |
Default constructor (empty object) More... | |
virtual | ~BlisPresolve () |
Virtual destructor. More... | |
virtual OsiSolverInterface * | preprocess (OsiSolverInterface &origModel, double feasibilityTolerance=0.0, bool keepIntegers=true, int numberPasses=5, const char *prohibited=NULL) |
Presolve. More... | |
virtual void | postprocess (bool updateStatus=true) |
Postsolve. More... | |
A interface to Osi/Coin Presolve.
Definition at line 37 of file BlisPresolve.h.
|
inline |
Default constructor (empty object)
Definition at line 47 of file BlisPresolve.h.
|
inlinevirtual |
Virtual destructor.
Definition at line 52 of file BlisPresolve.h.
|
virtual |
Presolve.
|
virtual |
Postsolve.