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