SCIP_Bt Struct Reference
Detailed Description
binary search tree data structure
Definition at line 247 of file struct_misc.h.
#include <struct_misc.h>
Data Fields | |
SCIP_BTNODE * | root |
BMS_BLKMEM * | blkmem |
Field Documentation
◆ root
SCIP_BTNODE* SCIP_Bt::root |
pointer to the dummy root node; root is left child
Definition at line 249 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 250 of file struct_misc.h.
Referenced by btnodeCreateEmpty(), and btnodeFreeLeaf().