SCIPsortedvecDelPosDownRealPtrPtrInt

Function SCIPsortedvecDelPosDownRealPtrPtrInt 

Source
pub unsafe extern "C" fn SCIPsortedvecDelPosDownRealPtrPtrInt(
    realarray: *mut f64,
    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 Reals/pointers/pointers/ints, sorted by first array in non-increasing order