pub unsafe extern "C" fn SCIPsortedvecDelPosIntReal(
intarray: *mut c_int,
realarray: *mut f64,
pos: c_int,
len: *mut c_int,
)Expand description
delete the element at the given position from two joint arrays of ints/reals, sorted by first array in non-decreasing order