Scippy

    SCIP

    Solving Constraint Integer Programs

    BoundChg Struct Reference

    Detailed Description

    struct for storing a single boundchange in the boundstore

    Definition at line 110 of file struct_syncstore.h.

    #include <struct_syncstore.h>

    Data Fields

    int varidx
     
    SCIP_Real newbound
     
    SCIP_BOUNDTYPE boundtype
     

    Field Documentation

    ◆ varidx

    int BoundChg::varidx

    the variables position in the variable array of the main scip

    Definition at line 112 of file struct_syncstore.h.

    Referenced by SCIPboundstoreAdd(), SCIPboundstoreGetChgVaridx(), and SCIPboundstoreMerge().

    ◆ newbound

    SCIP_Real BoundChg::newbound

    the variables new bound

    Definition at line 113 of file struct_syncstore.h.

    Referenced by SCIPboundstoreAdd(), SCIPboundstoreGetChgVal(), and SCIPboundstoreMerge().

    ◆ boundtype

    SCIP_BOUNDTYPE BoundChg::boundtype

    the type of the variables new bound

    Definition at line 114 of file struct_syncstore.h.

    Referenced by SCIPboundstoreAdd(), SCIPboundstoreGetChgType(), and SCIPboundstoreMerge().