SCIPhashtableRemove

Function SCIPhashtableRemove 

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

removes element from the hash table, if it exists