Function highs_sys::Highs_getRowsByMask[][src]

pub unsafe extern "C" fn Highs_getRowsByMask(
    highs: *mut c_void,
    mask: *const 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 a mask