pub unsafe extern "C" fn SCIPsetIISfinderCopy(
scip: *mut SCIP,
iisfinder: *mut SCIP_IISFINDER,
iisfindercopy: Option<unsafe extern "C" fn(scip: *mut SCIP, iisfinder: *mut SCIP_IISFINDER) -> SCIP_RETCODE>,
) -> SCIP_RETCODEExpand description
sets copy method of IIS finder