Base class of the Heuristics Plugin. More...
Go to the source code of this file.
Classes | |
class | Heur |
Namespaces | |
pyscipopt.heuristic | |
Functions | |
def | heurexec (self, heurtiming, nodeinfeasible) |
def | heurexit (self) |
def | heurexitsol (self) |
def | heurfree (self) |
def | heurinit (self) |
def | heurinitsol (self) |
Variables | |
heurdata = SCIPheurGetData(heur) | |
PyHeur = <Heur>heurdata | |
def | result_dict = PyHeur.heurexec(heurtiming, nodeinfeasible) |
Base class of the Heuristics Plugin.
Definition in file heuristic.pxi.