pub unsafe extern "C" fn SCIPincludePresolMILP(
scip: *mut SCIP,
) -> SCIP_RETCODEExpand description
creates the MILP presolver and includes it in SCIP if the presolve library is available
@ingroup PresolverIncludes
pub unsafe extern "C" fn SCIPincludePresolMILP(
scip: *mut SCIP,
) -> SCIP_RETCODEcreates the MILP presolver and includes it in SCIP if the presolve library is available
@ingroup PresolverIncludes