SCIPhashtableRetrieve

Function SCIPhashtableRetrieve 

Source
pub unsafe extern "C" fn SCIPhashtableRetrieve(
    hashtable: *mut SCIP_HASHTABLE,
    key: *mut c_void,
) -> *mut c_void
Expand description

retrieve element with key from hash table, returns NULL if not existing