pub unsafe extern "C" fn SCIPsetPropPresolPriority(
    scip: *mut SCIP,
    prop: *mut SCIP_PROP,
    presolpriority: c_int
) -> SCIP_RETCODE
Expand description

sets the presolving priority of a propagator