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

creates the random branching rule and includes it in SCIP

@ingroup BranchingRuleIncludes