pub unsafe extern "C" fn SCIPsetCheckParamValuePtrUnique(
set: *mut SCIP_SET,
) -> SCIP_RETCODEExpand 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.