pub unsafe extern "C" fn SCIPsortedvecInsertRealIntInt(
realarray: *mut f64,
intarray1: *mut c_int,
intarray2: *mut c_int,
keyval: f64,
field2val: c_int,
field3val: c_int,
len: *mut c_int,
pos: *mut c_int,
)Expand description
insert a new element into three joint arrays of Reals/ints/ints, sorted by first array in non-decreasing order