Function scip_sys::SCIPsortIntReal

source ·
pub unsafe extern "C" fn SCIPsortIntReal(
    intarray: *mut c_int,
    realarray: *mut f64,
    len: c_int
)
Expand description

sort of two joint arrays of ints/reals, sorted by first array in non-decreasing order