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