All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
objeventhdlr.cpp File Reference Detailed DescriptionC++ wrapper for event handlers. Definition in file objeventhdlr.cpp. Go to the source code of this file.
Function Documentation
copy method for event handler plugins (called when SCIP copies plugins) Definition at line 53 of file objeventhdlr.cpp. References NULL, SCIP_CALL, SCIP_OKAY, SCIPeventhdlrGetData(), SCIPincludeObjEventhdlr(), and TRUE.
destructor of event handler to free user data (called when SCIP is exiting) Definition at line 78 of file objeventhdlr.cpp. References NULL, SCIP_CALL, SCIP_OKAY, SCIPeventhdlrGetData(), and SCIPeventhdlrSetData().
initialization method of event handler (called after problem was transformed) Definition at line 104 of file objeventhdlr.cpp. References NULL, SCIP_CALL, SCIP_OKAY, and SCIPeventhdlrGetData().
deinitialization method of event handler (called before transformed problem is freed) Definition at line 122 of file objeventhdlr.cpp. References NULL, SCIP_CALL, SCIP_OKAY, and SCIPeventhdlrGetData().
solving process initialization method of event handler (called when branch and bound process is about to begin) Definition at line 139 of file objeventhdlr.cpp. References NULL, SCIP_CALL, SCIP_OKAY, and SCIPeventhdlrGetData().
solving process deinitialization method of event handler (called before branch and bound process data is freed) Definition at line 156 of file objeventhdlr.cpp. References NULL, SCIP_CALL, SCIP_OKAY, and SCIPeventhdlrGetData().
frees specific constraint data Definition at line 173 of file objeventhdlr.cpp. References NULL, SCIP_CALL, SCIP_OKAY, and SCIPeventhdlrGetData().
execution method of event handler Definition at line 190 of file objeventhdlr.cpp. References NULL, SCIP_CALL, SCIP_OKAY, and SCIPeventhdlrGetData().
creates the event handler for the given event handler object and includes it in SCIP
Definition at line 212 of file objeventhdlr.cpp. References NULL, SCIP_CALL, scip::ObjEventhdlr::scip_desc_, scip::ObjEventhdlr::scip_name_, SCIP_OKAY, and SCIPincludeEventhdlr(). Referenced by SCIP_DECL_EVENTCOPY().
returns the eventhdlr object of the given name, or 0 if not existing
Definition at line 239 of file objeventhdlr.cpp. References NULL, SCIPeventhdlrGetData(), and SCIPfindEventhdlr().
returns the eventhdlr object for the given event handler
Definition at line 258 of file objeventhdlr.cpp. References NULL, and SCIPeventhdlrGetData(). |