pub unsafe extern "C" fn SCIPsetSepaInitsol(
scip: *mut SCIP,
sepa: *mut SCIP_SEPA,
sepainitsol: Option<unsafe extern "C" fn(scip: *mut SCIP, sepa: *mut SCIP_SEPA) -> SCIP_RETCODE>,
) -> SCIP_RETCODEExpand description
sets solving process initialization method of separator