Home
last modified time | relevance | path

Searched defs:heurexec (Results 1 – 3 of 3) sorted by relevance

/dports/math/SCIP/scip-7.0.3/src/scip/
H A Dscip_heur.c76 SCIP_DECL_HEUREXEC ((*heurexec)), /**< execution method of primal heuristic */ in SCIPincludeHeur()
121 SCIP_DECL_HEUREXEC ((*heurexec)), /**< execution method of primal heuristic */ in SCIPincludeHeurBasic()
H A Dheur.c901 SCIP_DECL_HEUREXEC ((*heurexec)), /**< execution method of primal heuristic */ in doHeurCreate()
988 SCIP_DECL_HEUREXEC ((*heurexec)), /**< execution method of primal heuristic */ in SCIPheurCreate()
/dports/math/py-PySCIPOpt/PySCIPOpt-3.0.2/src/pyscipopt/
H A Dheuristic.pxi27 def heurexec(self, heurtiming, nodeinfeasible): member in Heur