Scippy

    SCIP

    Solving Constraint Integer Programs

    SCIP_BoundStore Struct Reference

    Detailed Description

    Definition at line 117 of file struct_syncstore.h.

    #include <struct_syncstore.h>

    Data Fields

    int nvars
     
    BoundPosbndpos
     
    BoundChgbndchg
     
    int nbndchg
     
    int bndchgsize
     

    Field Documentation

    ◆ nvars

    int SCIP_BoundStore::nvars

    the number of variables to store bounds for

    Definition at line 119 of file struct_syncstore.h.

    Referenced by SCIPboundstoreClear().

    ◆ bndpos

    BoundPos* SCIP_BoundStore::bndpos

    array of size nvars to store the positions for all the bound changes stored in this boundstore

    Definition at line 120 of file struct_syncstore.h.

    Referenced by SCIPboundstoreAdd(), and SCIPboundstoreClear().

    ◆ bndchg

    BoundChg* SCIP_BoundStore::bndchg

    ◆ nbndchg

    int SCIP_BoundStore::nbndchg

    the number of boundchanges stored in this bound store

    Definition at line 123 of file struct_syncstore.h.

    Referenced by SCIPboundstoreAdd(), SCIPboundstoreClear(), SCIPboundstoreGetNChgs(), and SCIPboundstoreMerge().

    ◆ bndchgsize

    int SCIP_BoundStore::bndchgsize

    the size of the bound change array

    Definition at line 124 of file struct_syncstore.h.

    Referenced by SCIPboundstoreAdd().