Function SCIPselectDownLong

Source
pub unsafe extern "C" fn SCIPselectDownLong(
    longarray: *mut c_longlong,
    k: c_int,
    len: c_int,
)
Expand description

partial sort an array of Longints in non-increasing order around the \p k-th element, see \ref SelectionAlgorithms for more information.