SCIPsortedvecInsertIntInt

Function SCIPsortedvecInsertIntInt 

Source
pub unsafe extern "C" fn SCIPsortedvecInsertIntInt(
    intarray1: *mut c_int,
    intarray2: *mut c_int,
    keyval: c_int,
    field1val: c_int,
    len: *mut c_int,
    pos: *mut c_int,
)
Expand description

insert a new element into two joint arrays of ints/ints, sorted by first array in non-decreasing order