All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
nodesel_breadthfirst.h
Go to the documentation of this file.
22 * This node selector performs breadth-first search, i.e., it completely evaluates an entire level of the search tree before
23 * proceeding to the next level. At one level, nodes are processed in the order they were created by the branching rule.
|