Function highs_sys::Highs_addRow[][src]

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

@brief Adds a row to the model