pub unsafe extern "C" fn SCIPsortRealIntInt(
realarray: *mut f64,
intarray1: *mut c_int,
intarray2: *mut c_int,
len: c_int,
)Expand description
sort of three joint arrays of Reals/ints/ints, sorted by first array in non-decreasing order