Base class of the Branchrule Plugin. More...
Go to the source code of this file.
Classes | |
class | Branchrule |
Namespaces | |
pyscipopt.branchrule | |
Functions | |
def | branchexecext (self, allowaddcons) |
def | branchexeclp (self, allowaddcons) |
def | branchexecps (self, allowaddcons) |
def | branchexit (self) |
def | branchexitsol (self) |
def | branchfree (self) |
def | branchinit (self) |
def | branchinitsol (self) |
Variables | |
branchruledata = SCIPbranchruleGetData(branchrule) | |
PyBranchrule = <Branchrule>branchruledata | |
def | result_dict = PyBranchrule.branchexeclp(allowaddcons) |
Base class of the Branchrule Plugin.
Definition in file branchrule.pxi.