SCIPselectPtrRealRealBoolBool

Function SCIPselectPtrRealRealBoolBool 

Source
pub unsafe extern "C" fn SCIPselectPtrRealRealBoolBool(
    ptrarray: *mut *mut c_void,
    realarray1: *mut f64,
    realarray2: *mut f64,
    boolarray1: *mut c_uint,
    boolarray2: *mut c_uint,
    ptrcomp: Option<unsafe extern "C" fn(elem1: *mut c_void, elem2: *mut c_void) -> c_int>,
    k: c_int,
    len: c_int,
)
Expand description

partial sort of four joint arrays of pointers/Reals/Reals/SCIP_Bools/SCIP_Bools, sorted by first array in non-decreasing order around the \p k-th element, see \ref SelectionAlgorithms for more information.