SCIPsortedvecDelPosIntIntIntReal

Function SCIPsortedvecDelPosIntIntIntReal 

Source
pub unsafe extern "C" fn SCIPsortedvecDelPosIntIntIntReal(
    intarray1: *mut c_int,
    intarray2: *mut c_int,
    intarray3: *mut c_int,
    realarray: *mut f64,
    pos: c_int,
    len: *mut c_int,
)
Expand description

delete the element at the given position from four joint arrays of ints/ints/ints/reals, sorted by first array in non-decreasing order