type_tree.h
Go to the documentation of this file.
21 /*---+----1----+----2----+----3----+----4----+----5----+----6----+----7----+----8----+----9----+----0----+----1----+----2*/ 32 SCIP_NODETYPE_FOCUSNODE = 0, /**< the focus node, whose data is stored in the tree data structure */ 33 SCIP_NODETYPE_PROBINGNODE = 1, /**< temporary child node of the focus or refocused node used for probing */ 42 SCIP_NODETYPE_REFOCUSNODE = 10 /**< junction, fork, or subroot that was refocused for domain propagation */ 55 typedef struct SCIP_PendingBdchg SCIP_PENDINGBDCHG; /**< bound change information for pending bound changes */ Definition: type_tree.h:33 Definition: type_tree.h:39 Definition: type_tree.h:34 Definition: type_tree.h:41 Definition: type_tree.h:42 Definition: type_tree.h:36 Definition: type_tree.h:32 Definition: type_tree.h:35 Definition: type_tree.h:38 Definition: type_tree.h:40 Definition: type_tree.h:37 |