SCIP_EventTypeChg Struct Reference
Detailed Description
data for variable type change events
Definition at line 94 of file struct_event.h.
#include <struct_event.h>
Data Fields | |
SCIP_VARTYPE | oldtype |
SCIP_VARTYPE | newtype |
SCIP_VAR * | var |
Field Documentation
◆ oldtype
SCIP_VARTYPE SCIP_EventTypeChg::oldtype |
old variable type
Definition at line 96 of file struct_event.h.
◆ newtype
SCIP_VARTYPE SCIP_EventTypeChg::newtype |
new variable type
Definition at line 97 of file struct_event.h.
◆ var
SCIP_VAR* SCIP_EventTypeChg::var |
variable whose type changed
Definition at line 98 of file struct_event.h.
Referenced by SCIPeventChgVar(), and SCIPeventGetVar().