pub unsafe extern "C" fn SCIPsetPropInitsol(
scip: *mut SCIP,
prop: *mut SCIP_PROP,
propinitsol: Option<unsafe extern "C" fn(scip: *mut SCIP, prop: *mut SCIP_PROP) -> SCIP_RETCODE>,
) -> SCIP_RETCODEExpand description
sets solving process initialization method of propagator