Scippy

SCIP

Solving Constraint Integer Programs

SCIP_EventRowAddedLP Struct Reference

Detailed Description

data for row addition to LP events

Definition at line 106 of file struct_event.h.

#include <struct_event.h>

Data Fields

SCIP_ROWrow
 

Field Documentation

◆ row

SCIP_ROW* SCIP_EventRowAddedLP::row

row that was added to the LP

Definition at line 108 of file struct_event.h.