pub unsafe extern "C" fn SCIPsortedvecInsertLong(
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-decreasing order
pub unsafe extern "C" fn SCIPsortedvecInsertLong(
longarray: *mut c_longlong,
keyval: c_longlong,
len: *mut c_int,
pos: *mut c_int,
)insert a new element into an array of Longints, sorted in non-decreasing order