SCIPhashmapRemove

Function SCIPhashmapRemove 

Source
pub unsafe extern "C" fn SCIPhashmapRemove(
    hashmap: *mut SCIP_HASHMAP,
    origin: *mut c_void,
) -> SCIP_RETCODE
Expand description

removes origin->image pair from the hash map, if it exists