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