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