SCIP_EventVarAdded Struct Reference
Detailed Description
data for variable addition events
Definition at line 49 of file struct_event.h.
#include <struct_event.h>
Data Fields | |
SCIP_VAR * | var |
Field Documentation
◆ var
SCIP_VAR* SCIP_EventVarAdded::var |
variable that was added to the problem
Definition at line 51 of file struct_event.h.
Referenced by SCIPeventChgVar(), and SCIPeventGetVar().