pub unsafe extern "C" fn SCIPhashsetRemove(
hashset: *mut SCIP_HASHSET,
element: *mut c_void,
) -> SCIP_RETCODEExpand description
removes an element from the hash set, if it exists
pub unsafe extern "C" fn SCIPhashsetRemove(
hashset: *mut SCIP_HASHSET,
element: *mut c_void,
) -> SCIP_RETCODEremoves an element from the hash set, if it exists