SCIPselectLong

Function SCIPselectLong 

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

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