SCIPselectWeightedRealPtrPtrInt

Function SCIPselectWeightedRealPtrPtrInt 

Source
pub unsafe extern "C" fn SCIPselectWeightedRealPtrPtrInt(
    realarray: *mut f64,
    ptrarray1: *mut *mut c_void,
    ptrarray2: *mut *mut c_void,
    intarray: *mut c_int,
    weights: *mut f64,
    capacity: f64,
    len: c_int,
    medianpos: *mut c_int,
)
Expand description

partial sort of four joint arrays of Reals/pointers/pointers/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.