Home
last modified time | relevance | path

Searched refs:heurinitsol (Results 1 – 7 of 7) sorted by relevance

/dports/math/SCIP/scip-7.0.3/src/scip/
H A Dscip_heur.c74 …SCIP_DECL_HEURINITSOL ((*heurinitsol)), /**< solving process initialization method of primal heu… in SCIPincludeHeur() argument
93 heurcopy, heurfree, heurinit, heurexit, heurinitsol, heurexitsol, heurexec, heurdata) ); in SCIPincludeHeur()
220 …SCIP_DECL_HEURINITSOL ((*heurinitsol)) /**< solving process initialization method of primal heu… in SCIPsetHeurInitsol() argument
227 SCIPheurSetInitsol(heur, heurinitsol); in SCIPsetHeurInitsol()
H A Dscip_heur.h82 …SCIP_DECL_HEURINITSOL ((*heurinitsol)), /**< solving process initialization method of primal heu…
151 …SCIP_DECL_HEURINITSOL ((*heurinitsol)) /**< solving process initialization method of primal heu…
H A Dheur.h144 …SCIP_DECL_HEURINITSOL ((*heurinitsol)), /**< solving process initialization method of primal heu…
237 …SCIP_DECL_HEURINITSOL ((*heurinitsol)) /**< solving process initialization callback of primal h…
H A Dheur.c899 …SCIP_DECL_HEURINITSOL ((*heurinitsol)), /**< solving process initialization method of primal heu… in doHeurCreate() argument
932 (*heur)->heurinitsol = heurinitsol; in doHeurCreate()
986 …SCIP_DECL_HEURINITSOL ((*heurinitsol)), /**< solving process initialization method of primal heu… in SCIPheurCreate() argument
1000 …maxdepth, timingmask, usessubscip, heurcopy, heurfree, heurinit, heurexit, heurinitsol, heurexitso… in SCIPheurCreate()
1138 if( heur->heurinitsol != NULL ) in SCIPheurInitsol()
1143 SCIP_CALL( heur->heurinitsol(set->scip, heur) ); in SCIPheurInitsol()
1409 …SCIP_DECL_HEURINITSOL ((*heurinitsol)) /**< solving process initialization callback of primal h… in SCIPheurSetInitsol() argument
1414 heur->heurinitsol = heurinitsol; in SCIPheurSetInitsol()
H A Dstruct_heur.h99 …SCIP_DECL_HEURINITSOL ((*heurinitsol)); /**< solving process initialization method of primal heu…
/dports/math/py-PySCIPOpt/PySCIPOpt-3.0.2/src/pyscipopt/
H A Dheuristic.pxi19 def heurinitsol(self): member in Heur
63 PyHeur.heurinitsol()
H A Dscip.pxd1031 SCIP_RETCODE (*heurinitsol) (SCIP* scip, SCIP_HEUR* heur),