SCIP Doxygen Documentation
Loading...
Searching...
No Matches
SCIP_EventRowDeletedSepa Struct Reference

Detailed Description

data for row deletion from separation storage events

Definition at line 117 of file struct_event.h.

#include <struct_event.h>

Data Fields

SCIP_ROWrow

Field Documentation

◆ row

SCIP_ROW* SCIP_EventRowDeletedSepa::row

row that was deleted from separation storage

Definition at line 119 of file struct_event.h.