nodesel_breadthfirst.h File Reference
Detailed Description
node selector for breadth-first search
This node selector performs breadth-first search, i.e., it completely evaluates an entire level of the search tree before proceeding to the next level. At one level, nodes are processed in the order they were created by the branching rule.
Definition in file nodesel_breadthfirst.h.
Go to the source code of this file.
Functions | |
SCIP_RETCODE | SCIPincludeNodeselBreadthfirst (SCIP *scip) |