pub unsafe extern "C" fn SCIPsortedvecDelPosIntPtrIntIntBoolBool(
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,
pos: c_int,
len: *mut c_int,
)Expand description
delete the element at the given position from six joint arrays of ints/pointer/ints/ints/Bool/Bool, sorted by first array in non-decreasing order