SCIPsortedvecInsertDownLongPtrInt

Function SCIPsortedvecInsertDownLongPtrInt 

Source
pub unsafe extern "C" fn SCIPsortedvecInsertDownLongPtrInt(
    longarray: *mut c_longlong,
    ptrarray: *mut *mut c_void,
    intarray: *mut c_int,
    keyval: c_longlong,
    field1val: *mut c_void,
    field2val: c_int,
    len: *mut c_int,
    pos: *mut c_int,
)
Expand description

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