Home
last modified time | relevance | path

Searched refs:heurcopy (Results 1 – 6 of 6) sorted by relevance

/dports/math/SCIP/scip-7.0.3/src/scip/
H A Dscip_heur.c70 …SCIP_DECL_HEURCOPY ((*heurcopy)), /**< copy method of primal heuristic or NULL if you don'… in SCIPincludeHeur() argument
93 heurcopy, heurfree, heurinit, heurexit, heurinitsol, heurexitsol, heurexec, heurdata) ); in SCIPincludeHeur()
156 …SCIP_DECL_HEURCOPY ((*heurcopy)) /**< copy method of primal heuristic or NULL if you don'… in SCIPsetHeurCopy() argument
163 SCIPheurSetCopy(heur, heurcopy); in SCIPsetHeurCopy()
H A Dscip_heur.h78 …SCIP_DECL_HEURCOPY ((*heurcopy)), /**< copy method of primal heuristic or NULL if you don'…
119 …SCIP_DECL_HEURCOPY ((*heurcopy)) /**< copy method of primal heuristic or NULL if you don'…
H A Dheur.h140 …SCIP_DECL_HEURCOPY ((*heurcopy)), /**< copy method of primal heuristic or NULL if you don'…
213 …SCIP_DECL_HEURCOPY ((*heurcopy)) /**< copy callback of primal heuristic or NULL if you do…
H A Dheur.c870 if( heur->heurcopy != NULL ) in SCIPheurCopyInclude()
873 SCIP_CALL( heur->heurcopy(set->scip, heur) ); in SCIPheurCopyInclude()
895 …SCIP_DECL_HEURCOPY ((*heurcopy)), /**< copy method of primal heuristic or NULL if you don'… in doHeurCreate() argument
928 (*heur)->heurcopy = heurcopy; in doHeurCreate()
982 …SCIP_DECL_HEURCOPY ((*heurcopy)), /**< copy method of primal heuristic or NULL if you don'… in SCIPheurCreate() argument
1000 …maxdepth, timingmask, usessubscip, heurcopy, heurfree, heurinit, heurexit, heurinitsol, heurexitso… in SCIPheurCreate()
1365 …SCIP_DECL_HEURCOPY ((*heurcopy)) /**< copy callback of primal heuristic or NULL if you do… in SCIPheurSetCopy() argument
1370 heur->heurcopy = heurcopy; in SCIPheurSetCopy()
H A Dstruct_heur.h95 …SCIP_DECL_HEURCOPY ((*heurcopy)); /**< copy method of primal heuristic or NULL if you don'…
/dports/math/py-PySCIPOpt/PySCIPOpt-3.0.2/src/pyscipopt/
H A Dscip.pxd1027 SCIP_RETCODE (*heurcopy) (SCIP* scip, SCIP_HEUR* heur),