nodesel_breadthfirst.h File Reference Detailed Descriptionnode 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. #include "scip/scip.h" Go to the source code of this file.
Function Documentation
creates the node selector for breadth first search and includes it in SCIP
|