Function highs_sys::Highs_getRowsByRange[][src]

pub unsafe extern "C" fn Highs_getRowsByRange(
    highs: *mut c_void,
    from_row: c_int,
    to_row: c_int,
    num_row: *mut c_int,
    lower: *mut f64,
    upper: *mut f64,
    num_nz: *mut c_int,
    matrix_start: *mut c_int,
    matrix_index: *mut c_int,
    matrix_value: *mut f64
) -> c_int

@brief Get multiple rows from the model given by an interval