Scippy

    SCIP

    Solving Constraint Integer Programs

    SCIP_EventRowAddedSepa Struct Reference

    Detailed Description

    data for row addition to separation storage events

    Definition at line 123 of file struct_event.h.

    #include <struct_event.h>

    Data Fields

    SCIP_ROWrow
     

    Field Documentation

    ◆ row

    SCIP_ROW* SCIP_EventRowAddedSepa::row

    row that was added to separation storage

    Definition at line 125 of file struct_event.h.