SCIPsortRealIntLong

Function SCIPsortRealIntLong 

Source
pub unsafe extern "C" fn SCIPsortRealIntLong(
    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-decreasing order