Classes | |
class | Heur |
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) |
def pyscipopt.heuristic.heurexec | ( | self, | |
heurtiming, | |||
nodeinfeasible | |||
) |
should the heuristic the executed at the given depth, frequency, timing,...
Definition at line 27 of file heuristic.pxi.
def pyscipopt.heuristic.heurexit | ( | self | ) |
calls exit method of primal heuristic
Definition at line 15 of file heuristic.pxi.
def pyscipopt.heuristic.heurexitsol | ( | self | ) |
informs primal heuristic that the branch and bound process data is being freed
Definition at line 23 of file heuristic.pxi.
def pyscipopt.heuristic.heurfree | ( | self | ) |
calls destructor and frees memory of primal heuristic
Definition at line 7 of file heuristic.pxi.
def pyscipopt.heuristic.heurinit | ( | self | ) |
initializes primal heuristic
Definition at line 11 of file heuristic.pxi.
def pyscipopt.heuristic.heurinitsol | ( | self | ) |
informs primal heuristic that the branch and bound process is being started
Definition at line 19 of file heuristic.pxi.
heurdata = SCIPheurGetData(heur) |
Definition at line 39 of file heuristic.pxi.
Definition at line 40 of file heuristic.pxi.
def result_dict = PyHeur.heurexec(heurtiming, nodeinfeasible) |
Definition at line 77 of file heuristic.pxi.