pub unsafe extern "C" fn SCIPselectLongPtrRealRealIntBool(
longarray: *mut c_longlong,
ptrarray: *mut *mut c_void,
realarray: *mut f64,
realarray2: *mut f64,
intarray: *mut c_int,
boolarray: *mut c_uint,
k: c_int,
len: c_int,
)Expand description
partial sort of six arrays of Long/pointer/Real/Real/int/Bool, sorted by the first array in non-decreasing order around the \p k-th element, see \ref SelectionAlgorithms for more information.