pub unsafe extern "C" fn SCIPsortedvecInsertDownRealRealInt(
    realarray: *mut f64,
    realarray2: *mut f64,
    intarray: *mut c_int,
    keyval: f64,
    field1val: f64,
    field2val: c_int,
    len: *mut c_int,
    pos: *mut c_int
)
Expand description

insert a new element into three joint arrays of Reals/Reals/ints, sorted by first array in non-increasing order