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