SCIPsortedvecInsertRealRealPtr

Function SCIPsortedvecInsertRealRealPtr 

Source
pub unsafe extern "C" fn SCIPsortedvecInsertRealRealPtr(
    realarray1: *mut f64,
    realarray2: *mut f64,
    ptrarray: *mut *mut c_void,
    keyval: f64,
    field1val: f64,
    field2val: *mut c_void,
    len: *mut c_int,
    pos: *mut c_int,
)
Expand description

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