pub unsafe extern "C" fn SCIPhashmapInsert(
hashmap: *mut SCIP_HASHMAP,
origin: *mut c_void,
image: *mut c_void,
) -> SCIP_RETCODEExpand description
inserts new origin->image pair in hash map (must not be called for already existing origins!)