data for bound change events
Definition at line 72 of file struct_event.h.
#include <struct_event.h>
Data Fields | |
SCIP_Real | oldbound |
SCIP_Real | newbound |
SCIP_VAR * | var |
SCIP_Real SCIP_EventBdChg::oldbound |
old bound before bound changed
Definition at line 74 of file struct_event.h.
Referenced by SCIPeventProcess(), and SCIPeventqueueAdd().
SCIP_Real SCIP_EventBdChg::newbound |
new bound after bound changed
Definition at line 75 of file struct_event.h.
Referenced by SCIPeventProcess(), and SCIPeventqueueAdd().
SCIP_VAR* SCIP_EventBdChg::var |
variable whose bound changed
Definition at line 76 of file struct_event.h.
Referenced by SCIPeventChgVar(), SCIPeventGetVar(), SCIPeventqueueAdd(), and SCIPeventqueueProcess().