SCIPhashtableInsert

Function SCIPhashtableInsert 

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

inserts element in hash table (multiple inserts of same element override the previous entry)