binary search tree data structure
Definition at line 227 of file struct_misc.h.
#include <struct_misc.h>
Data Fields | |
SCIP_BTNODE * | root |
BMS_BLKMEM * | blkmem |
SCIP_BTNODE* SCIP_Bt::root |
pointer to the dummy root node; root is left child
Definition at line 229 of file struct_misc.h.
Referenced by SCIPbtGetRoot(), SCIPbtIsEmpty(), and SCIPbtSetRoot().
BMS_BLKMEM* SCIP_Bt::blkmem |
block memory used to store tree nodes
Definition at line 230 of file struct_misc.h.
Referenced by btnodeCreateEmpty(), and btnodeFreeLeaf().