pub unsafe extern "C" fn SCIPsortedvecInsertRealLongRealInt(
    realarray1: *mut f64,
    longarray: *mut c_longlong,
    realarray3: *mut f64,
    intarray: *mut c_int,
    keyval: f64,
    field1val: c_longlong,
    field2val: f64,
    field3val: c_int,
    len: *mut c_int,
    pos: *mut c_int
)
Expand description

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