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