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

sets the priority of a propagator