SCIP_EventRowConstChanged Struct Reference
Detailed Description
data for row constant change events
Definition at line 135 of file struct_event.h.
#include <struct_event.h>
Data Fields | |
SCIP_ROW * | row |
SCIP_Real | oldval |
SCIP_Real | newval |
Field Documentation
◆ row
SCIP_ROW* SCIP_EventRowConstChanged::row |
row which constant has changed
Definition at line 137 of file struct_event.h.
◆ oldval
SCIP_Real SCIP_EventRowConstChanged::oldval |
old value of constant
Definition at line 138 of file struct_event.h.
◆ newval
SCIP_Real SCIP_EventRowConstChanged::newval |
new value of constant
Definition at line 139 of file struct_event.h.