SCIP_EventBdChg Struct Reference
Detailed Description
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 |
Field Documentation
◆ oldbound
| SCIP_Real SCIP_EventBdChg::oldbound |
old bound before bound changed
Definition at line 74 of file struct_event.h.
Referenced by SCIPeventProcess(), and SCIPeventqueueAdd().
◆ newbound
| SCIP_Real SCIP_EventBdChg::newbound |
new bound after bound changed
Definition at line 75 of file struct_event.h.
Referenced by SCIPeventProcess(), and SCIPeventqueueAdd().
◆ var
| 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().
