SCIP_EventRowCoefChanged Struct Reference
Detailed Description
data for row coefficient change events
Definition at line 126 of file struct_event.h.
#include <struct_event.h>
Data Fields | |
SCIP_ROW * | row |
SCIP_COL * | col |
SCIP_Real | oldval |
SCIP_Real | newval |
Field Documentation
◆ row
SCIP_ROW* SCIP_EventRowCoefChanged::row |
row which coefficient has changed
Definition at line 128 of file struct_event.h.
◆ col
SCIP_COL* SCIP_EventRowCoefChanged::col |
column which coefficient has changed
Definition at line 129 of file struct_event.h.
◆ oldval
SCIP_Real SCIP_EventRowCoefChanged::oldval |
old value of coefficient
Definition at line 130 of file struct_event.h.
◆ newval
SCIP_Real SCIP_EventRowCoefChanged::newval |
new value of coefficient
Definition at line 131 of file struct_event.h.