pub unsafe extern "C" fn SCIPhashmapGetEntry(
hashmap: *mut SCIP_HASHMAP,
entryidx: c_int,
) -> *mut SCIP_HASHMAPENTRYExpand description
gives the hashmap entry at the given index or NULL if entry has no element
pub unsafe extern "C" fn SCIPhashmapGetEntry(
hashmap: *mut SCIP_HASHMAP,
entryidx: c_int,
) -> *mut SCIP_HASHMAPENTRYgives the hashmap entry at the given index or NULL if entry has no element