Scippy

    SCIP

    Solving Constraint Integer Programs

    SCIP_EventRowAddedLP Struct Reference

    Detailed Description

    data for row addition to LP events

    Definition at line 135 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 137 of file struct_event.h.