Scippy

    SCIP

    Solving Constraint Integer Programs

    SCIP_EventRowCoefChanged Struct Reference

    Detailed Description

    data for row coefficient change events

    Definition at line 147 of file struct_event.h.

    #include <struct_event.h>

    Data Fields

    SCIP_ROWrow
     
    SCIP_COLcol
     
    SCIP_Real oldval
     
    SCIP_Real newval
     

    Field Documentation

    ◆ row

    SCIP_ROW* SCIP_EventRowCoefChanged::row

    row which coefficient has changed

    Definition at line 149 of file struct_event.h.

    ◆ col

    SCIP_COL* SCIP_EventRowCoefChanged::col

    column which coefficient has changed

    Definition at line 150 of file struct_event.h.

    ◆ oldval

    SCIP_Real SCIP_EventRowCoefChanged::oldval

    old value of coefficient

    Definition at line 151 of file struct_event.h.

    ◆ newval

    SCIP_Real SCIP_EventRowCoefChanged::newval

    new value of coefficient

    Definition at line 152 of file struct_event.h.