Scippy

    SCIP

    Solving Constraint Integer Programs

    SCIP_EventObjChg Struct Reference

    Detailed Description

    data for objective value change events

    Definition at line 73 of file struct_event.h.

    #include <struct_event.h>

    Data Fields

    SCIP_Real oldobj
     
    SCIP_Real newobj
     
    SCIP_RATIONALoldobjexact
     
    SCIP_RATIONALnewobjexact
     
    SCIP_VARvar
     

    Field Documentation

    ◆ oldobj

    SCIP_Real SCIP_EventObjChg::oldobj

    old objective value before value changed

    Definition at line 75 of file struct_event.h.

    Referenced by SCIPeventProcess(), and SCIPeventqueueAdd().

    ◆ newobj

    SCIP_Real SCIP_EventObjChg::newobj

    new objective value after value changed

    Definition at line 76 of file struct_event.h.

    Referenced by SCIPeventProcess(), and SCIPeventqueueAdd().

    ◆ oldobjexact

    SCIP_RATIONAL* SCIP_EventObjChg::oldobjexact

    exact old obj (NULL if not an exact change)

    Definition at line 77 of file struct_event.h.

    Referenced by SCIPeventAddExactObjChg().

    ◆ newobjexact

    SCIP_RATIONAL* SCIP_EventObjChg::newobjexact

    exact new obj (NULL if not an exact change)

    Definition at line 78 of file struct_event.h.

    Referenced by SCIPeventAddExactObjChg(), and SCIPeventProcess().

    ◆ var

    SCIP_VAR* SCIP_EventObjChg::var

    variable whose objective value changed

    Definition at line 79 of file struct_event.h.

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