All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
objprop.cpp File Reference Detailed DescriptionC++ wrapper for propagators. Definition in file objprop.cpp. Go to the source code of this file.
Function Documentation
copy method for propagator plugins (called when SCIP copies plugins) Definition at line 53 of file objprop.cpp. References NULL, SCIP_CALL, SCIP_OKAY, SCIPincludeObjProp(), SCIPpropGetData(), and TRUE.
destructor of propagator to free user data (called when SCIP is exiting) Definition at line 78 of file objprop.cpp. References NULL, SCIP_CALL, SCIP_OKAY, SCIPpropGetData(), and SCIPpropSetData().
initialization method of propagator (called after problem was transformed) Definition at line 104 of file objprop.cpp. References NULL, SCIP_CALL, SCIP_OKAY, and SCIPpropGetData().
deinitialization method of propagator (called before transformed problem is freed) Definition at line 122 of file objprop.cpp. References NULL, SCIP_CALL, SCIP_OKAY, and SCIPpropGetData().
presolving initialization method of propagator (called when presolving is about to begin) Definition at line 139 of file objprop.cpp. References NULL, SCIP_CALL, SCIP_OKAY, and SCIPpropGetData().
presolving deinitialization method of propagator (called after presolving has been finished) Definition at line 156 of file objprop.cpp. References NULL, SCIP_CALL, SCIP_OKAY, and SCIPpropGetData().
solving process initialization method of propagator (called when branch and bound process is about to begin) Definition at line 173 of file objprop.cpp. References NULL, SCIP_CALL, SCIP_OKAY, and SCIPpropGetData().
solving process deinitialization method of propagator (called before branch and bound process data is freed) Definition at line 190 of file objprop.cpp. References NULL, SCIP_CALL, SCIP_OKAY, and SCIPpropGetData().
presolving method of propagator Definition at line 207 of file objprop.cpp. References NULL, SCIP_CALL, SCIP_OKAY, and SCIPpropGetData().
execution method of propagator Definition at line 228 of file objprop.cpp. References NULL, SCIP_CALL, SCIP_OKAY, and SCIPpropGetData().
propagation conflict resolving method of propagator Definition at line 245 of file objprop.cpp. References NULL, SCIP_CALL, SCIP_OKAY, and SCIPpropGetData().
creates the propagator for the given propagator object and includes it in SCIP
Definition at line 267 of file objprop.cpp. References NULL, SCIP_CALL, scip::ObjProp::scip_delay_, scip::ObjProp::scip_desc_, scip::ObjProp::scip_freq_, scip::ObjProp::scip_name_, SCIP_OKAY, scip::ObjProp::scip_presol_delay_, scip::ObjProp::scip_presol_maxrounds_, scip::ObjProp::scip_presol_priority_, scip::ObjProp::scip_priority_, scip::ObjProp::scip_timingmask_, and SCIPincludeProp(). Referenced by SCIP_DECL_PROPCOPY().
returns the prop object of the given name, or 0 if not existing
Definition at line 296 of file objprop.cpp. References NULL, SCIPfindProp(), and SCIPpropGetData().
returns the prop object for the given propagator
Definition at line 315 of file objprop.cpp. References NULL, and SCIPpropGetData(). |