Scippy

    SCIP

    Solving Constraint Integer Programs

    SCIP_ShadowTree Struct Reference

    Detailed Description

    shadow tree data structure

    Definition at line 84 of file event_shadowtree.h.

    #include <event_shadowtree.h>

    Data Fields

    SCIP_HASHTABLEnodemap
     

    Field Documentation

    ◆ nodemap

    SCIP_HASHTABLE* SCIP_ShadowTree::nodemap

    pointer to the hashmap containing all shadow tree nodes

    Definition at line 86 of file event_shadowtree.h.

    Referenced by freeShadowTree(), SCIP_DECL_EVENTEXEC(), SCIP_DECL_EVENTINITSOL(), and SCIPshadowTreeGetShadowNodeFromNodeNumber().