SCIPsortedvecInsertDownLong

Function SCIPsortedvecInsertDownLong 

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

insert a new element into an array of Longints, sorted in non-increasing order