SCIPselectWeightedLongPtrPtrBoolInt

Function SCIPselectWeightedLongPtrPtrBoolInt 

Source
pub unsafe extern "C" fn SCIPselectWeightedLongPtrPtrBoolInt(
    longarray: *mut c_longlong,
    ptrarray1: *mut *mut c_void,
    ptrarray2: *mut *mut c_void,
    boolarray: *mut c_uint,
    intarray: *mut c_int,
    weights: *mut f64,
    capacity: f64,
    len: c_int,
    medianpos: *mut c_int,
)
Expand description

partial sort of five joint arrays of Long/pointer/pointer/Bool/ints, sorted by first array in non-decreasing order around the weighted median w.r.t. \p weights and capacity, see \ref SelectionAlgorithms for more information.