pub unsafe extern "C" fn SCIPselectDownLongPtr(
longarray: *mut c_longlong,
ptrarray: *mut *mut c_void,
k: c_int,
len: c_int,
)Expand description
partial sort of two joint arrays of Long/pointer, sorted by the first array in non-increasing order around the \p k-th element, see \ref SelectionAlgorithms for more information.