pub unsafe extern "C" fn SCIPsetRelaxInitsol(
scip: *mut SCIP,
relax: *mut SCIP_RELAX,
relaxinitsol: Option<unsafe extern "C" fn(scip: *mut SCIP, relax: *mut SCIP_RELAX) -> SCIP_RETCODE>,
) -> SCIP_RETCODEExpand description
sets solving process initialization method of relaxation handler