Function highs_sys::Highs_getColsByRange[][src]

pub unsafe extern "C" fn Highs_getColsByRange(
    highs: *mut c_void,
    from_col: c_int,
    to_col: c_int,
    num_col: *mut c_int,
    costs: *mut f64,
    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 columns from the model given by an interval