Scippy

    SCIP

    Solving Constraint Integer Programs

    SCIP_EventRowConstChanged Struct Reference

    Detailed Description

    data for row constant change events

    Definition at line 156 of file struct_event.h.

    #include <struct_event.h>

    Data Fields

    SCIP_ROWrow
     
    SCIP_Real oldval
     
    SCIP_Real newval
     

    Field Documentation

    ◆ row

    SCIP_ROW* SCIP_EventRowConstChanged::row

    row which constant has changed

    Definition at line 158 of file struct_event.h.

    ◆ oldval

    SCIP_Real SCIP_EventRowConstChanged::oldval

    old value of constant

    Definition at line 159 of file struct_event.h.

    ◆ newval

    SCIP_Real SCIP_EventRowConstChanged::newval

    new value of constant

    Definition at line 160 of file struct_event.h.