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

creates the gateextraction presolver and includes it in SCIP

@ingroup PresolverIncludes