Scippy

    SCIP

    Solving Constraint Integer Programs

    SCIP_EventBdChg Struct Reference

    Detailed Description

    data for bound change events

    Definition at line 83 of file struct_event.h.

    #include <struct_event.h>

    Data Fields

    SCIP_Real oldbound
     
    SCIP_Real newbound
     
    SCIP_RATIONALoldboundexact
     
    SCIP_RATIONALnewboundexact
     
    SCIP_VARvar
     

    Field Documentation

    ◆ oldbound

    SCIP_Real SCIP_EventBdChg::oldbound

    old bound before bound changed

    Definition at line 85 of file struct_event.h.

    Referenced by SCIPeventProcess(), SCIPeventqueueAdd(), and updateLpExactBoundChange().

    ◆ newbound

    SCIP_Real SCIP_EventBdChg::newbound

    new bound after bound changed

    Definition at line 86 of file struct_event.h.

    Referenced by SCIPeventProcess(), SCIPeventqueueAdd(), and updateLpExactBoundChange().

    ◆ oldboundexact

    SCIP_RATIONAL* SCIP_EventBdChg::oldboundexact

    exact old variable bound (NULL if not an exact change)

    Definition at line 87 of file struct_event.h.

    Referenced by SCIPeventAddExactBdChg(), SCIPeventProcess(), and SCIPeventqueueAdd().

    ◆ newboundexact

    SCIP_RATIONAL* SCIP_EventBdChg::newboundexact

    exact new variable bound (NULL if not an exact change)

    Definition at line 88 of file struct_event.h.

    Referenced by SCIPeventAddExactBdChg(), SCIPeventProcess(), and SCIPeventqueueAdd().

    ◆ var

    SCIP_VAR* SCIP_EventBdChg::var

    variable whose bound changed

    Definition at line 89 of file struct_event.h.

    Referenced by SCIPeventChgVar(), SCIPeventGetVar(), SCIPeventqueueAdd(), and SCIPeventqueueProcess().