PySCIPOpt  5.1.1
Python Interface for the SCIP Optimization Suite
branchrule.pxi File Reference

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)
 

Detailed Description

Base class of the Branchrule Plugin.

Definition in file branchrule.pxi.