Scippy

    SCIP

    Solving Constraint Integer Programs

    SCIP_EventImplTypeChg Struct Reference

    Detailed Description

    data for variable implied type change events

    Definition at line 115 of file struct_event.h.

    #include <struct_event.h>

    Data Fields

    SCIP_IMPLINTTYPE oldtype
     
    SCIP_IMPLINTTYPE newtype
     
    SCIP_VARvar
     

    Field Documentation

    ◆ oldtype

    SCIP_IMPLINTTYPE SCIP_EventImplTypeChg::oldtype

    old variable implied type

    Definition at line 117 of file struct_event.h.

    ◆ newtype

    SCIP_IMPLINTTYPE SCIP_EventImplTypeChg::newtype

    new variable implied type

    Definition at line 118 of file struct_event.h.

    ◆ var

    SCIP_VAR* SCIP_EventImplTypeChg::var

    variable whose type changed

    Definition at line 119 of file struct_event.h.

    Referenced by SCIPeventChgVar(), and SCIPeventGetVar().