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