BlisPresolve Class Reference

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

#include <BlisPresolve.h>

Inheritance diagram for BlisPresolve:
Inheritance graph
[legend]
Collaboration diagram for BlisPresolve:
Collaboration graph
[legend]

List of all members.

Public Member Functions

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

Private Attributes

CoinPresolveMatrixpreMatrix_
CoinPostsolveMatrixpostMatrix_

Detailed Description

A interface to Osi/Coin Presolve.

Definition at line 37 of file BlisPresolve.h.


Constructor & Destructor Documentation

BlisPresolve::BlisPresolve (  )  [inline]

Default constructor (empty object).

Definition at line 47 of file BlisPresolve.h.

virtual BlisPresolve::~BlisPresolve (  )  [inline, virtual]

Virtual destructor.

Definition at line 52 of file BlisPresolve.h.


Member Function Documentation

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

Presolve.

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

Postsolve.


Member Data Documentation

Definition at line 41 of file BlisPresolve.h.

Definition at line 42 of file BlisPresolve.h.


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

Generated on 15 Mar 2015 for Coin-All by  doxygen 1.6.1