SCIP_EventRowAddedLP Struct Reference
Detailed Description
data for row addition to LP events
Definition at line 114 of file struct_event.h.
#include <struct_event.h>
Data Fields | |
SCIP_ROW * | row |
Field Documentation
◆ row
SCIP_ROW* SCIP_EventRowAddedLP::row |
row that was added to the LP
Definition at line 116 of file struct_event.h.