pub unsafe extern "C" fn SCIPsortedvecInsertDownIntReal(
intarray: *mut c_int,
realarray: *mut f64,
keyval: c_int,
field1val: f64,
len: *mut c_int,
pos: *mut c_int,
)Expand description
insert a new element into two joint arrays of ints/reals, sorted by first array in non-increasing order