SCIPsortedvecDelPosLongPtrPtrInt

Function SCIPsortedvecDelPosLongPtrPtrInt 

Source
pub unsafe extern "C" fn SCIPsortedvecDelPosLongPtrPtrInt(
    longarray: *mut c_longlong,
    ptrarray1: *mut *mut c_void,
    ptrarray2: *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 four joint arrays of Long/pointer/pointer/ints, sorted by first array in non-decreasing order