SCIPsortDownLongPtrRealRealBool

Function SCIPsortDownLongPtrRealRealBool 

Source
pub unsafe extern "C" fn SCIPsortDownLongPtrRealRealBool(
    longarray: *mut c_longlong,
    ptrarray: *mut *mut c_void,
    realarray: *mut f64,
    realarray2: *mut f64,
    boolarray: *mut c_uint,
    len: c_int,
)
Expand description

sort of five arrays of Long/pointer/Real/Real/Bool, sorted by the first array in non-increasing order