SCIPsortedvecInsertDownLongPtrRealRealIntBool

Function SCIPsortedvecInsertDownLongPtrRealRealIntBool 

Source
pub unsafe extern "C" fn SCIPsortedvecInsertDownLongPtrRealRealIntBool(
    longarray: *mut c_longlong,
    ptrarray: *mut *mut c_void,
    realarray: *mut f64,
    realarray2: *mut f64,
    intarray: *mut c_int,
    boolarray: *mut c_uint,
    keyval: c_longlong,
    field1val: *mut c_void,
    field2val: f64,
    field3val: f64,
    field4val: c_int,
    field5val: c_uint,
    len: *mut c_int,
    pos: *mut c_int,
)
Expand description

insert a new element into six joint arrays of Long/pointer/Real/Real/int/Bool, sorted by the first array in non-increasing order