Scippy

    SCIP

    Solving Constraint Integer Programs

    SCIP_HashSet Struct Reference

    Detailed Description

    lightweight hash set data structure to map pointers on pointers

    Definition at line 150 of file struct_misc.h.

    #include <struct_misc.h>

    Data Fields

    void ** slots
     
    uint32_t shift
     
    uint32_t nelements
     

    Field Documentation

    ◆ slots

    void** SCIP_HashSet::slots

    ◆ shift

    uint32_t SCIP_HashSet::shift

    power such that 2^(64-shift) == nslots

    Definition at line 153 of file struct_misc.h.

    Referenced by hashsetCheckLoad(), hashSetDesiredPos(), and SCIPhashsetGetNSlots().

    ◆ nelements

    uint32_t SCIP_HashSet::nelements