Scippy

    SCIP

    Solving Constraint Integer Programs

    Detailed Description

    node selector for breadth-first search

    Author
    Stefan Heinz
    Gregor Hendel

    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/def.h"
    #include "scip/type_retcode.h"
    #include "scip/type_scip.h"

    Go to the source code of this file.

    Functions

    SCIP_RETCODE SCIPincludeNodeselBreadthfirst (SCIP *scip)