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

creates the rounding heuristic with infeasibility recovering and includes it in SCIP

@ingroup PrimalHeuristicIncludes