pub unsafe extern "C" fn SCIPsortedvecInsertDownRealLongRealInt(
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/Longs/Reals/ints, sorted by first array in non-increasing order