SCIP_Heur Struct Reference Detailed Descriptionprimal heuristics data Definition at line 75 of file struct_heur.h.
Member Function Documentation
copy method of primal heuristic or NULL if you don't want to copy your plugin into sub-SCIPs
destructor of primal heuristic
initialize primal heuristic
deinitialize primal heuristic
solving process initialization method of primal heuristic
solving process deinitialization method of primal heuristic
execution method of primal heuristic Field Documentation
number of times, this heuristic was called Definition at line 77 of file struct_heur.h. Referenced by SCIP_DECL_SORTPTRCOMP(), SCIPheurExec(), SCIPheurGetNCalls(), and SCIPheurInit().
number of feasible primal solutions found so far by this heuristic Definition at line 78 of file struct_heur.h. Referenced by SCIPheurExec(), SCIPheurGetNSolsFound(), and SCIPheurInit().
number of new best primal CIP solutions found so far by this heuristic Definition at line 79 of file struct_heur.h. Referenced by SCIPheurExec(), SCIPheurGetNBestSolsFound(), and SCIPheurInit().
name of primal heuristic Definition at line 80 of file struct_heur.h. Referenced by SCIPheurExec(), SCIPheurExit(), SCIPheurGetName(), and SCIPheurInit().
description of primal heuristic Definition at line 81 of file struct_heur.h. Referenced by SCIPheurGetDesc().
primal heuristics local data Definition at line 89 of file struct_heur.h. Referenced by SCIPheurGetData(), and SCIPheurSetData().
array of diving controllers of this heuristic Definition at line 90 of file struct_heur.h. Referenced by heurAddDiveset(), SCIPheurGetDivesets(), and SCIPheurInit().
time spend for setting up this heuristic for the next stages Definition at line 91 of file struct_heur.h. Referenced by SCIPheurEnableOrDisableClocks(), SCIPheurExit(), SCIPheurExitsol(), SCIPheurGetSetupTime(), SCIPheurInit(), and SCIPheurInitsol().
heuristic execution time Definition at line 92 of file struct_heur.h. Referenced by SCIPheurEnableOrDisableClocks(), SCIPheurExec(), SCIPheurGetTime(), and SCIPheurInit().
priority of the primal heuristic Definition at line 93 of file struct_heur.h. Referenced by SCIP_DECL_SORTPTRCOMP(), SCIPheurGetPriority(), and SCIPheurSetPriority().
frequency for calling primal heuristic Definition at line 94 of file struct_heur.h. Referenced by SCIP_DECL_SORTPTRCOMP(), SCIPheurExec(), SCIPheurGetFreq(), SCIPheurSetFreq(), and SCIPheurShouldBeExecuted().
frequency offset for calling primal heuristic Definition at line 95 of file struct_heur.h. Referenced by SCIPheurExec(), SCIPheurGetFreqofs(), and SCIPheurShouldBeExecuted().
maximal depth level to call heuristic at (-1: no limit) Definition at line 96 of file struct_heur.h. Referenced by SCIPheurExec(), SCIPheurGetMaxdepth(), and SCIPheurShouldBeExecuted().
position in the delayed heuristics queue, or -1 if not delayed Definition at line 97 of file struct_heur.h. Referenced by SCIP_DECL_SORTPTRCOMP(), SCIPheurExec(), SCIPheurInit(), SCIPheurInitsol(), and SCIPheurShouldBeExecuted().
number of diving controllers of this heuristic Definition at line 98 of file struct_heur.h. Referenced by heurAddDiveset(), SCIPheurGetNDivesets(), and SCIPheurInit().
positions in the node solving loop where heuristic should be executed Definition at line 99 of file struct_heur.h. Referenced by SCIPheurGetTimingmask(), SCIPheurSetTimingmask(), and SCIPheurShouldBeExecuted().
does the heuristic use a secondary SCIP instance? Definition at line 100 of file struct_heur.h. Referenced by SCIPheurUsesSubscip().
is primal heuristic initialized? Definition at line 101 of file struct_heur.h. Referenced by SCIPheurExit(), SCIPheurInit(), and SCIPheurIsInitialized().
display character of primal heuristic Definition at line 102 of file struct_heur.h. Referenced by SCIPheurGetDispchar(). |