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

creates the rand rounding heuristic and includes it in SCIP

@ingroup PrimalHeuristicIncludes