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