pub unsafe extern "C" fn SCIPsortDownRealIntLong(
realarray: *mut f64,
intarray: *mut c_int,
longarray: *mut c_longlong,
len: c_int,
)Expand description
sort of three joint arrays of Reals/ints/Longs, sorted by first array in non-increasing order