SCIPsortedvecInsertRealBoolPtr

Function SCIPsortedvecInsertRealBoolPtr 

Source
pub unsafe extern "C" fn SCIPsortedvecInsertRealBoolPtr(
    realarray: *mut f64,
    boolarray: *mut c_uint,
    ptrarray: *mut *mut c_void,
    keyval: f64,
    field1val: c_uint,
    field2val: *mut c_void,
    len: *mut c_int,
    pos: *mut c_int,
)
Expand description

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