Function scip_sys::SCIPsortDownRealPtrPtrInt
source · pub unsafe extern "C" fn SCIPsortDownRealPtrPtrInt(
realarray: *mut f64,
ptrarray1: *mut *mut c_void,
ptrarray2: *mut *mut c_void,
intarray: *mut c_int,
len: c_int
)Expand description
sort of four joint arrays of Reals/pointers/pointers/ints, sorted by first array in non-increasing order