pub unsafe extern "C" fn SCIPsortDownIntIntLong(
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/SCIP_Longint, sorted by first array in non-increasing order