SCIP_EventRowDeletedLP Struct Reference
Detailed Description
data for row deletion from LP events
Definition at line 120 of file struct_event.h.
#include <struct_event.h>
Data Fields | |
SCIP_ROW * | row |
Field Documentation
◆ row
SCIP_ROW* SCIP_EventRowDeletedLP::row |
row that was deleted from the LP
Definition at line 122 of file struct_event.h.