Hello, There is nothing wrong.
It seems to me you have chosen the bounds to be the minimum and maximum value for a 32-bit signed integer. But your bounds are converted to double precision variables, and GLPK checks bounds accordingly, the relative error is less than 1.0e-9 which is OK. You can force GLPK to treat your variables as integers and if that is what you need. I could not understand the purpose of your example, it has an analytic solution. Ali _______________________________________________ Help-glpk mailing list [email protected] http://lists.gnu.org/mailman/listinfo/help-glpk
