data for row constant change events
Definition at line 127 of file struct_event.h.
#include <struct_event.h>
Data Fields | |
SCIP_ROW * | row |
SCIP_Real | oldval |
SCIP_Real | newval |
SCIP_ROW* SCIP_EventRowConstChanged::row |
row which constant has changed
Definition at line 129 of file struct_event.h.
SCIP_Real SCIP_EventRowConstChanged::oldval |
old value of constant
Definition at line 130 of file struct_event.h.
SCIP_Real SCIP_EventRowConstChanged::newval |
new value of constant
Definition at line 131 of file struct_event.h.