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