SCIPsortedvecInsertDownRealIntLong

Function SCIPsortedvecInsertDownRealIntLong 

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

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