SCIPsetCheckParamValuePtrUnique

Function SCIPsetCheckParamValuePtrUnique 

Source
pub unsafe extern "C" fn SCIPsetCheckParamValuePtrUnique(
    set: *mut SCIP_SET,
) -> SCIP_RETCODE
Expand description

checks whether the value pointers attached to each parameter are unique

When creating a parameter a value pointer can be attached. This function checks whether these pointers are unique. Duplicate pointers indicate an error.