data for row coefficient change events
Definition at line 118 of file struct_event.h.
#include <struct_event.h>
Data Fields | |
SCIP_ROW * | row |
SCIP_COL * | col |
SCIP_Real | oldval |
SCIP_Real | newval |
SCIP_ROW* SCIP_EventRowCoefChanged::row |
row which coefficient has changed
Definition at line 120 of file struct_event.h.
SCIP_COL* SCIP_EventRowCoefChanged::col |
column which coefficient has changed
Definition at line 121 of file struct_event.h.
SCIP_Real SCIP_EventRowCoefChanged::oldval |
old value of coefficient
Definition at line 122 of file struct_event.h.
SCIP_Real SCIP_EventRowCoefChanged::newval |
new value of coefficient
Definition at line 123 of file struct_event.h.