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.
26 /*---+----1----+----2----+----3----+----4----+----5----+----6----+----7----+----8----+----9----+----0----+----1----+----2*/
Definition: struct_scip.h:59
type definitions for return codes for SCIP methods
type definitions for SCIP's main datastructure
SCIP_EXPORT SCIP_RETCODE SCIPincludeNodeselBreadthfirst(SCIP *scip)
Definition: nodesel_breadthfirst.c:129
common defines and data types used in all packages of SCIP
Definition: objbenders.h:33