Scippy

    SCIP

    Solving Constraint Integer Programs

    SCIP_EventVarUnlocked Struct Reference

    Detailed Description

    data for locks change events

    Definition at line 67 of file struct_event.h.

    #include <struct_event.h>

    Data Fields

    SCIP_VARvar
     

    Field Documentation

    ◆ var

    SCIP_VAR* SCIP_EventVarUnlocked::var

    variable for which the lock numbers were changed

    Definition at line 69 of file struct_event.h.

    Referenced by SCIPeventChgVar(), and SCIPeventGetVar().