SCIPsortDownIntPtrIntIntBoolBool

Function SCIPsortDownIntPtrIntIntBoolBool 

Source
pub unsafe extern "C" fn SCIPsortDownIntPtrIntIntBoolBool(
    intarray1: *mut c_int,
    ptrarray: *mut *mut c_void,
    intarray2: *mut c_int,
    intarray3: *mut c_int,
    boolarray1: *mut c_uint,
    boolarray2: *mut c_uint,
    len: c_int,
)
Expand description

sort of six joint arrays of ints/pointer/ints/ints/Bool/Bool, sorted by first array in non-increasing order