Function highs_sys::Highs_addRows[][src]

pub unsafe extern "C" fn Highs_addRows(
    highs: *mut c_void,
    num_new_row: c_int,
    lower: *const f64,
    upper: *const f64,
    num_new_nz: c_int,
    starts: *const c_int,
    indices: *const c_int,
    values: *const f64
) -> c_int

@brief Adds multiple rows to the model