DippyAlgoRC Class Reference

Python-enabled DecompAlgoRC. More...

#include <DippyDecompAlgo.h>

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

List of all members.

Public Member Functions

 DippyAlgoRC (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 DecompAlgoRC.

Definition at line 131 of file DippyDecompAlgo.h.


Constructor & Destructor Documentation

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

Definition at line 133 of file DippyDecompAlgo.h.


Member Function Documentation

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

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

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


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

Generated on 12 Feb 2015 for Dip-All by  doxygen 1.6.1