Function gurobi_sys::GRBchgcoeffs [] [src]

pub unsafe extern "C" fn GRBchgcoeffs(
    model: *mut GRBmodel,
    cnt: c_int,
    cind: *const c_int,
    vind: *const c_int,
    val: *const c_double
) -> c_int