All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
objheur.cpp File Reference Detailed DescriptionC++ wrapper for primal heuristics. Definition in file objheur.cpp. Go to the source code of this file.
Function Documentation
copy method for primal heuristic plugins (called when SCIP copies plugins) Definition at line 53 of file objheur.cpp. References NULL, SCIP_CALL, SCIP_OKAY, SCIPheurGetData(), SCIPincludeObjHeur(), and TRUE.
destructor of primal heuristic to free user data (called when SCIP is exiting) Definition at line 78 of file objheur.cpp. References NULL, SCIP_CALL, SCIP_OKAY, SCIPheurGetData(), and SCIPheurSetData().
initialization method of primal heuristic (called after problem was transformed) Definition at line 104 of file objheur.cpp. References NULL, SCIP_CALL, SCIP_OKAY, and SCIPheurGetData().
deinitialization method of primal heuristic (called before transformed problem is freed) Definition at line 122 of file objheur.cpp. References NULL, SCIP_CALL, SCIP_OKAY, and SCIPheurGetData().
solving process initialization method of primal heuristic (called when branch and bound process is about to begin) Definition at line 139 of file objheur.cpp. References NULL, SCIP_CALL, SCIP_OKAY, and SCIPheurGetData().
solving process deinitialization method of primal heuristic (called before branch and bound process data is freed) Definition at line 156 of file objheur.cpp. References NULL, SCIP_CALL, SCIP_OKAY, and SCIPheurGetData().
execution method of primal heuristic Definition at line 173 of file objheur.cpp. References NULL, SCIP_CALL, SCIP_OKAY, and SCIPheurGetData().
creates the primal heuristic for the given primal heuristic object and includes it in SCIP
Definition at line 195 of file objheur.cpp. References NULL, SCIP_CALL, scip::ObjHeur::scip_desc_, scip::ObjHeur::scip_dispchar_, scip::ObjHeur::scip_freq_, scip::ObjHeur::scip_freqofs_, scip::ObjHeur::scip_maxdepth_, scip::ObjHeur::scip_name_, SCIP_OKAY, scip::ObjHeur::scip_priority_, scip::ObjHeur::scip_timingmask_, scip::ObjHeur::scip_usessubscip_, and SCIPincludeHeur(). Referenced by SCIP_DECL_HEURCOPY().
returns the heur object of the given name, or 0 if not existing
Definition at line 224 of file objheur.cpp. References NULL, SCIPfindHeur(), and SCIPheurGetData().
returns the heur object for the given primal heuristic
Definition at line 243 of file objheur.cpp. References NULL, and SCIPheurGetData(). |