SCIPsortedvecInsertInt

Function SCIPsortedvecInsertInt 

Source
pub unsafe extern "C" fn SCIPsortedvecInsertInt(
    intarray: *mut c_int,
    keyval: c_int,
    len: *mut c_int,
    pos: *mut c_int,
)
Expand description

insert a new element into an array of ints in non-decreasing order