SCIPsortedvecInsertIntPtrIntIntBoolBool

Function SCIPsortedvecInsertIntPtrIntIntBoolBool 

Source
pub unsafe extern "C" fn SCIPsortedvecInsertIntPtrIntIntBoolBool(
    intarray1: *mut c_int,
    ptrarray: *mut *mut c_void,
    intarray2: *mut c_int,
    intarray3: *mut c_int,
    boolarray1: *mut c_uint,
    boolarray2: *mut c_uint,
    keyval: c_int,
    field1val: *mut c_void,
    field2val: c_int,
    field3val: c_int,
    field4val: c_uint,
    field5val: c_uint,
    len: *mut c_int,
    pos: *mut c_int,
)
Expand description

insert a new element into six joint arrays of ints/pointer/ints/ints/Bool/Bool, sorted by first array in non-decreasing order