Scippy

SCIP

Solving Constraint Integer Programs

SCIP_EventRowDeletedLP Struct Reference

Detailed Description

data for row deletion from LP events

Definition at line 112 of file struct_event.h.

#include <struct_event.h>

Data Fields

SCIP_ROWrow
 

Field Documentation

◆ row

SCIP_ROW* SCIP_EventRowDeletedLP::row

row that was deleted from the LP

Definition at line 114 of file struct_event.h.