All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
SCIP_Eventhdlr Struct Reference Detailed Descriptionevent handler Definition at line 185 of file struct_event.h.
Member Function Documentation
copy method of event handler or NULL if you don't want to copy your plugin into sub-SCIPs
destructor of event handler
initialize event handler
deinitialize event handler
solving process initialization method of event handler
solving process deinitialization method of event handler
free specific event data
execute event handler Field Documentation
name of event handler Definition at line 187 of file struct_event.h. Referenced by SCIPeventhdlrExec(), SCIPeventhdlrExit(), SCIPeventhdlrGetName(), and SCIPeventhdlrInit().
description of event handler Definition at line 188 of file struct_event.h.
event handler data Definition at line 197 of file struct_event.h. Referenced by SCIPeventhdlrGetData(), and SCIPeventhdlrSetData().
time spend for setting up this event handler for the next stages Definition at line 198 of file struct_event.h. Referenced by SCIPeventhdlrExit(), SCIPeventhdlrExitsol(), SCIPeventhdlrGetSetupTime(), SCIPeventhdlrInit(), and SCIPeventhdlrInitsol().
time spend in this event handler execution method Definition at line 199 of file struct_event.h. Referenced by SCIPeventhdlrExec(), SCIPeventhdlrGetTime(), and SCIPeventhdlrInit().
is event handler initialized? Definition at line 200 of file struct_event.h. Referenced by SCIPeventhdlrExit(), SCIPeventhdlrInit(), and SCIPeventhdlrIsInitialized(). |