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

creates the MILP presolver and includes it in SCIP if the presolve library is available

@ingroup PresolverIncludes