All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
SCIP_EventObjChg Struct Reference Detailed Descriptiondata for objective value change events Definition at line 63 of file struct_event.h.
Field Documentation
old objective value before value changed Definition at line 65 of file struct_event.h. Referenced by SCIPeventProcess(), and SCIPeventqueueAdd().
new objective value after value changed Definition at line 66 of file struct_event.h. Referenced by SCIPeventProcess(), and SCIPeventqueueAdd().
variable whose objective value changed Definition at line 67 of file struct_event.h. Referenced by SCIPeventChgVar(), SCIPeventGetVar(), SCIPeventqueueAdd(), and SCIPeventqueueProcess(). |