SCIPsortedvecDelPosLong

Function SCIPsortedvecDelPosLong 

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

delete the element at the given position from an array of Longints, sorted by in non-decreasing order