Scippy

    SCIP

    Solving Constraint Integer Programs

    SCIP_Bt Struct Reference

    Detailed Description

    binary search tree data structure

    Definition at line 248 of file struct_misc.h.

    #include <struct_misc.h>

    Data Fields

    SCIP_BTNODEroot
     
    BMS_BLKMEMblkmem
     

    Field Documentation

    ◆ root

    SCIP_BTNODE* SCIP_Bt::root

    pointer to the dummy root node; root is left child

    Definition at line 250 of file struct_misc.h.

    Referenced by SCIPbtGetRoot(), SCIPbtIsEmpty(), and SCIPbtSetRoot().

    ◆ blkmem

    BMS_BLKMEM* SCIP_Bt::blkmem

    block memory used to store tree nodes

    Definition at line 251 of file struct_misc.h.

    Referenced by btnodeCreateEmpty(), and btnodeFreeLeaf().