SCIPsortedvecInsertDownReal

Function SCIPsortedvecInsertDownReal 

Source
pub unsafe extern "C" fn SCIPsortedvecInsertDownReal(
    realarray: *mut f64,
    keyval: f64,
    len: *mut c_int,
    pos: *mut c_int,
)
Expand description

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