SCIPincludeNodeselBreadthfirst

Function SCIPincludeNodeselBreadthfirst 

Source
pub unsafe extern "C" fn SCIPincludeNodeselBreadthfirst(
    scip: *mut SCIP,
) -> SCIP_RETCODE
Expand description

creates the node selector for breadth first search and includes it in SCIP

@ingroup NodeSelectorIncludes