DippyAlgoC Class Reference

Python-enabled DecompAlgoC. More...

#include <DippyDecompAlgo.h>

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

List of all members.

Public Member Functions

 DippyAlgoC (DecompApp *app, UtilParameters *utilParam, PyObject *pProb)
virtual bool chooseBranchSet (std::vector< std::pair< int, double > > &downBranchLB, std::vector< std::pair< int, double > > &downBranchUB, std::vector< std::pair< int, double > > &upBranchLB, std::vector< std::pair< int, double > > &upBranchUB)
virtual void postProcessBranch (DecompStatus decompStatus)
 Do some information sending after the current node has been branched.
virtual void postProcessNode (DecompStatus decompStatus)
 Do some information sending after the current node has been processed.

Detailed Description

Python-enabled DecompAlgoC.

Definition at line 73 of file DippyDecompAlgo.h.


Constructor & Destructor Documentation

DippyAlgoC::DippyAlgoC ( DecompApp app,
UtilParameters utilParam,
PyObject *  pProb 
) [inline]

Definition at line 75 of file DippyDecompAlgo.h.


Member Function Documentation

virtual bool DippyAlgoC::chooseBranchSet ( std::vector< std::pair< int, double > > &  downBranchLB,
std::vector< std::pair< int, double > > &  downBranchUB,
std::vector< std::pair< int, double > > &  upBranchLB,
std::vector< std::pair< int, double > > &  upBranchUB 
) [inline, virtual]

Reimplemented from DecompAlgo.

Definition at line 79 of file DippyDecompAlgo.h.

virtual void DippyAlgoC::postProcessBranch ( DecompStatus  decompStatus  )  [inline, virtual]

Do some information sending after the current node has been branched.

Does nothing by default.

Reimplemented from DecompAlgo.

Definition at line 89 of file DippyDecompAlgo.h.

virtual void DippyAlgoC::postProcessNode ( DecompStatus  decompStatus  )  [inline, virtual]

Do some information sending after the current node has been processed.

Does nothing by default.

Reimplemented from DecompAlgo.

Definition at line 93 of file DippyDecompAlgo.h.


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

Generated on 3 Jun 2015 for Dip-All by  doxygen 1.6.1