pub unsafe extern "C" fn SCIPsortedvecDelPosDownIntIntLong(
intarray1: *mut c_int,
intarray2: *mut c_int,
longarray: *mut c_longlong,
pos: c_int,
len: *mut c_int,
)Expand description
delete the element at the given position from three joint arrays of ints/ints/SCIP_Longint, sorted by first array in non-increasing order