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