public double this[int index] {
     get { return(GLPK.glp_get_col_ub(mip.problem, index + 1)); }
 }