pub unsafe extern "C" fn SCIPmultihashRemoveAll(
    multihash: *mut SCIP_MULTIHASH
)
Expand description

removes all elements of the multihash table

@note From a performance point of view you should not fill and clear a hash table too often since the clearing can be expensive. Clearing is done by looping over all buckets and removing the hash table lists one-by-one.