SCIPhashmapInsertLong

Function SCIPhashmapInsertLong 

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

inserts new origin->image pair in hash map (must not be called for already existing origins!)