pub unsafe extern "C" fn SCIPsortIntIntLong(
intarray1: *mut c_int,
intarray2: *mut c_int,
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