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