DippyAlgoPC Class Reference

Python-enabled DecompAlgoPC. More...

#include <DippyDecompAlgo.h>

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

List of all members.

Public Member Functions

 DippyAlgoPC (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 DecompAlgoPC.

Definition at line 103 of file DippyDecompAlgo.h.


Constructor & Destructor Documentation

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

Definition at line 105 of file DippyDecompAlgo.h.


Member Function Documentation

virtual bool DippyAlgoPC::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 109 of file DippyDecompAlgo.h.

virtual void DippyAlgoPC::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 117 of file DippyDecompAlgo.h.

virtual void DippyAlgoPC::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 121 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