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

creates the probing propagator and includes it in SCIP

@ingroup PropagatorIncludes