Scippy

    SCIP

    Solving Constraint Integer Programs

    SCIP_RBTreeNode Struct Reference

    Detailed Description

    Definition at line 44 of file rbtree.h.

    #include <rbtree.h>

    Data Fields

    uintptr_t parent
     
    SCIP_RBTREENODEchild [2]
     

    Field Documentation

    ◆ parent

    uintptr_t SCIP_RBTreeNode::parent

    Definition at line 46 of file rbtree.h.

    Referenced by SCIPrbtreeDelete_call(), and SCIPrbtreeInsert_call().

    ◆ child