pub unsafe extern "C" fn SCIPsortLong(
longarray: *mut c_longlong,
len: c_int,
)Expand description
sort an array of Longints in non-decreasing order
pub unsafe extern "C" fn SCIPsortLong(
longarray: *mut c_longlong,
len: c_int,
)sort an array of Longints in non-decreasing order