Function highs_sys::Highs_addCol[][src]

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

@brief Adds a column to the model