Blis 0.95.0
Loading...
Searching...
No Matches
BlisPresolve Class Reference

A interface to Osi/Coin Presolve. More...

#include <BlisPresolve.h>

+ Inheritance diagram for BlisPresolve:
+ Collaboration diagram for BlisPresolve:

Public Member Functions

 BlisPresolve ()
 Default constructor (empty object)
 
virtual ~BlisPresolve ()
 Virtual destructor.
 
virtual OsiSolverInterface * preprocess (OsiSolverInterface &origModel, double feasibilityTolerance=0.0, bool keepIntegers=true, int numberPasses=5, const char *prohibited=NULL)
 Presolve.
 
virtual void postprocess (bool updateStatus=true)
 Postsolve.
 

Detailed Description

A interface to Osi/Coin Presolve.

Definition at line 38 of file BlisPresolve.h.

Constructor & Destructor Documentation

◆ BlisPresolve()

BlisPresolve::BlisPresolve ( )
inline

Default constructor (empty object)

Definition at line 48 of file BlisPresolve.h.

◆ ~BlisPresolve()

virtual BlisPresolve::~BlisPresolve ( )
inlinevirtual

Virtual destructor.

Definition at line 53 of file BlisPresolve.h.

Member Function Documentation

◆ preprocess()

virtual OsiSolverInterface * BlisPresolve::preprocess ( OsiSolverInterface & origModel,
double feasibilityTolerance = 0.0,
bool keepIntegers = true,
int numberPasses = 5,
const char * prohibited = NULL )
virtual

Presolve.

◆ postprocess()

virtual void BlisPresolve::postprocess ( bool updateStatus = true)
virtual

Postsolve.


The documentation for this class was generated from the following file: