SCIPsortedvecInsertDownIntIntPtr

Function SCIPsortedvecInsertDownIntIntPtr 

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

insert a new element into three joint arrays of ints/ints/pointers, sorted by first array in non-increasing order