All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
SCIP_BtNode Struct Reference Detailed Descriptionbinary node data structure for binary tree Definition at line 186 of file struct_misc.h.
Field Documentation
pointer to the parent node Definition at line 188 of file struct_misc.h. Referenced by SCIPbtnodeGetParent(), SCIPbtnodeIsRoot(), and SCIPbtnodeSetParent().
pointer to the left child node Definition at line 189 of file struct_misc.h. Referenced by SCIPbtnodeGetLeftchild(), SCIPbtnodeIsLeaf(), and SCIPbtnodeSetLeftchild().
pointer to the right child node Definition at line 190 of file struct_misc.h. Referenced by SCIPbtnodeGetRightchild(), SCIPbtnodeIsLeaf(), and SCIPbtnodeSetRightchild().
user pointer Definition at line 191 of file struct_misc.h. Referenced by SCIPbtnodeGetData(), and SCIPbtnodeSetData(). |