Scippy

SCIP

Solving Constraint Integer Programs

SCIP_RBTreeNode Struct Reference

Detailed Description

Definition at line 35 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 37 of file rbtree.h.

Referenced by SCIPrbtreeDelete_call().

◆ child