pub unsafe extern "C" fn SCIPselectReal(
realarray: *mut f64,
k: c_int,
len: c_int,
)Expand description
partial sort an array of Reals in non-decreasing order around the \p k-th element, see \ref SelectionAlgorithms for more information.