SCIPsortedvecDelPosDownLongPtrInt

Function SCIPsortedvecDelPosDownLongPtrInt 

Source
pub unsafe extern "C" fn SCIPsortedvecDelPosDownLongPtrInt(
    longarray: *mut c_longlong,
    ptrarray: *mut *mut c_void,
    intarray: *mut c_int,
    pos: c_int,
    len: *mut c_int,
)
Expand description

delete the element at the given position from three joint arrays of Long/pointer/int, sorted by the first array in non-increasing order