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