SCIP_EventRowAddedSepa Struct Reference
Detailed Description
data for row addition to separation storage events
Definition at line 102 of file struct_event.h.
#include <struct_event.h>
Data Fields | |
SCIP_ROW * | row |
Field Documentation
◆ row
SCIP_ROW* SCIP_EventRowAddedSepa::row |
row that was added to separation storage
Definition at line 104 of file struct_event.h.