SCIPsortedvecInsertDownRealPtrPtr

Function SCIPsortedvecInsertDownRealPtrPtr 

Source
pub unsafe extern "C" fn SCIPsortedvecInsertDownRealPtrPtr(
    realarray: *mut f64,
    ptrarray1: *mut *mut c_void,
    ptrarray2: *mut *mut c_void,
    keyval: f64,
    field1val: *mut c_void,
    field2val: *mut c_void,
    len: *mut c_int,
    pos: *mut c_int,
)
Expand description

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