SCIP_EventHole Struct Reference
Detailed Description
data for domain hole events
Definition at line 80 of file struct_event.h.
#include <struct_event.h>
Data Fields | |
SCIP_Real | left |
SCIP_Real | right |
SCIP_VAR * | var |
Field Documentation
◆ left
SCIP_Real SCIP_EventHole::left |
left bound of open interval in hole
Definition at line 82 of file struct_event.h.
◆ right
SCIP_Real SCIP_EventHole::right |
right bound of open interval in hole
Definition at line 83 of file struct_event.h.
◆ var
SCIP_VAR* SCIP_EventHole::var |
variable for which a hole was removed
Definition at line 84 of file struct_event.h.
Referenced by SCIPeventChgVar(), and SCIPeventGetVar().