type_tree.h
Go to the documentation of this file.
30/*---+----1----+----2----+----3----+----4----+----5----+----6----+----7----+----8----+----9----+----0----+----1----+----2*/
41 SCIP_NODETYPE_FOCUSNODE = 0, /**< the focus node, whose data is stored in the tree data structure */
42 SCIP_NODETYPE_PROBINGNODE = 1, /**< temporary child node of the focus or refocused node used for probing */
51 SCIP_NODETYPE_REFOCUSNODE = 10 /**< junction, fork, or subroot that was refocused for domain propagation */
52};
64typedef struct SCIP_PendingBdchg SCIP_PENDINGBDCHG; /**< bound change information for pending bound changes */
Definition: struct_tree.h:80
Definition: struct_tree.h:108
Definition: struct_tree.h:92
Definition: struct_tree.h:86
Definition: struct_tree.h:142
Definition: struct_tree.h:172
Definition: struct_tree.h:56
Definition: struct_tree.h:98
Definition: struct_tree.h:74
Definition: struct_tree.h:125
Definition: struct_tree.h:185