All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
SCIP_Bt Struct Reference Detailed Descriptionbinary search tree data structure Definition at line 195 of file struct_misc.h.
Field Documentation
pointer to the dummy root node; root is left child Definition at line 197 of file struct_misc.h. Referenced by SCIPbtGetRoot(), SCIPbtIsEmpty(), and SCIPbtSetRoot().
block memory used to store tree nodes Definition at line 198 of file struct_misc.h. Referenced by btnodeCreateEmpty(), and btnodeFreeLeaf(). |