SCIPsortedvecInsertDownIntIntIntReal

Function SCIPsortedvecInsertDownIntIntIntReal 

Source
pub unsafe extern "C" fn SCIPsortedvecInsertDownIntIntIntReal(
    intarray1: *mut c_int,
    intarray2: *mut c_int,
    intarray3: *mut c_int,
    realarray: *mut f64,
    keyval: c_int,
    field1val: c_int,
    field2val: c_int,
    field3val: f64,
    len: *mut c_int,
    pos: *mut c_int,
)
Expand description

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