pub unsafe extern "C" fn SCIPhashmapRemove(
hashmap: *mut SCIP_HASHMAP,
origin: *mut c_void,
) -> SCIP_RETCODEExpand description
removes origin->image pair from the hash map, if it exists
pub unsafe extern "C" fn SCIPhashmapRemove(
hashmap: *mut SCIP_HASHMAP,
origin: *mut c_void,
) -> SCIP_RETCODEremoves origin->image pair from the hash map, if it exists