pub unsafe extern "C" fn SCIPsortedvecDelPosIntRealLong(
intarray: *mut c_int,
realarray: *mut f64,
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/SCIP_Real/SCIP_Longint, sorted by first array in non-decreasing order