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

creates the inference history branching rule and includes it in SCIP

@ingroup BranchingRuleIncludes