Python-enabled DecompAlgoPC. More...
#include <DippyDecompAlgo.h>
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. |
Python-enabled DecompAlgoPC.
Definition at line 103 of file DippyDecompAlgo.h.
DippyAlgoPC::DippyAlgoPC | ( | DecompApp * | app, | |
UtilParameters * | utilParam, | |||
PyObject * | pProb | |||
) | [inline] |
Definition at line 105 of file DippyDecompAlgo.h.
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.