Base class of the Nodesel Plugin. More...
Go to the source code of this file.
Classes | |
class | Nodesel |
Namespaces | |
pyscipopt.nodesel | |
Variables | |
n1 = Node.create(node1) | |
n2 = Node.create(node2) | |
nodeseldata = SCIPnodeselGetData(nodesel) | |
PyNodesel = <Nodesel>nodeseldata | |
result = PyNodesel.nodecomp(n1, n2) | |
result_dict = PyNodesel.nodeselect() | |
selected_node = <Node>(result_dict.get("selnode", None)) | |
Base class of the Nodesel Plugin.
Definition in file nodesel.pxi.