Function glpk_sys::glp_set_col_bnds [] [src]

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