All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
SCIP_EventBdChg Struct Reference Detailed Descriptiondata for bound change events Definition at line 71 of file struct_event.h.
Field Documentation
old bound before bound changed Definition at line 73 of file struct_event.h. Referenced by SCIPeventProcess(), and SCIPeventqueueAdd().
new bound after bound changed Definition at line 74 of file struct_event.h. Referenced by SCIPeventProcess(), and SCIPeventqueueAdd().
variable whose bound changed Definition at line 75 of file struct_event.h. Referenced by SCIPeventChgVar(), SCIPeventGetVar(), SCIPeventqueueAdd(), and SCIPeventqueueProcess(). |