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