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