SCIPincludeNodeselBfs

Function SCIPincludeNodeselBfs 

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

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

@ingroup NodeSelectorIncludes