SCIPsetIISfinderCopy

Function SCIPsetIISfinderCopy 

Source
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_RETCODE
Expand description

sets copy method of IIS finder