Function scip_sys::SCIPsortedvecInsertDownRealInt
source · pub unsafe extern "C" fn SCIPsortedvecInsertDownRealInt(
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-increasing order