All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
SCIP_Heur Struct Reference Detailed Descriptionprimal heuristics data Definition at line 36 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 38 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 39 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 40 of file struct_heur.h. Referenced by SCIPheurExec(), SCIPheurGetNBestSolsFound(), and SCIPheurInit().
name of primal heuristic Definition at line 41 of file struct_heur.h. Referenced by SCIPheurExec(), SCIPheurExit(), SCIPheurGetName(), and SCIPheurInit().
description of primal heuristic Definition at line 42 of file struct_heur.h. Referenced by SCIPheurGetDesc().
primal heuristics local data Definition at line 50 of file struct_heur.h. Referenced by SCIPheurGetData(), and SCIPheurSetData().
time spend for setting up this heuristic for the next stages Definition at line 51 of file struct_heur.h. Referenced by SCIPheurExit(), SCIPheurExitsol(), SCIPheurGetSetupTime(), SCIPheurInit(), and SCIPheurInitsol().
heuristic execution time Definition at line 52 of file struct_heur.h. Referenced by SCIPheurExec(), SCIPheurGetTime(), and SCIPheurInit().
priority of the primal heuristic Definition at line 53 of file struct_heur.h. Referenced by SCIP_DECL_SORTPTRCOMP(), SCIPheurGetPriority(), and SCIPheurSetPriority().
frequency for calling primal heuristic Definition at line 54 of file struct_heur.h. Referenced by SCIP_DECL_SORTPTRCOMP(), SCIPheurExec(), SCIPheurGetFreq(), SCIPheurSetFreq(), and SCIPheurShouldBeExecuted().
frequency offset for calling primal heuristic Definition at line 55 of file struct_heur.h. Referenced by SCIPheurExec(), SCIPheurGetFreqofs(), and SCIPheurShouldBeExecuted().
maximal depth level to call heuristic at (-1: no limit) Definition at line 56 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 57 of file struct_heur.h. Referenced by SCIP_DECL_SORTPTRCOMP(), SCIPheurExec(), SCIPheurInit(), SCIPheurInitsol(), and SCIPheurShouldBeExecuted().
positions in the node solving loop where heuristic should be executed Definition at line 58 of file struct_heur.h. Referenced by SCIPheurGetTimingmask(), SCIPheurSetTimingmask(), and SCIPheurShouldBeExecuted().
does the heuristic use a secondary SCIP instance? Definition at line 59 of file struct_heur.h. Referenced by SCIPheurUsesSubscip().
is primal heuristic initialized? Definition at line 60 of file struct_heur.h. Referenced by SCIPheurExit(), SCIPheurInit(), and SCIPheurIsInitialized().
display character of primal heuristic Definition at line 61 of file struct_heur.h. Referenced by SCIPheurGetDispchar(). |