Function scip_sys::SCIPsortedvecInsertReal
source · pub unsafe extern "C" fn SCIPsortedvecInsertReal(
realarray: *mut f64,
keyval: f64,
len: *mut c_int,
pos: *mut c_int
)Expand description
insert a new element into an arrays of Reals, sorted in non-decreasing order