Scippy

SCIP

Solving Constraint Integer Programs

SCIP_EventRowAddedLP Struct Reference

Detailed Description

data for row addition to LP events

Definition at line 105 of file struct_event.h.

#include <struct_event.h>

Data Fields

SCIP_ROWrow
 

Field Documentation

SCIP_ROW* SCIP_EventRowAddedLP::row

row that was added to the LP

Definition at line 107 of file struct_event.h.