Function glpk_sys::glp_set_row_bnds [] [src]

pub unsafe extern "C" fn glp_set_row_bnds(
    P: *mut glp_prob,
    i: c_int,
    _type: c_int,
    lb: c_double,
    ub: c_double
)