[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Help-glpk] Can you help me?
From: |
Ali Baharev |
Subject: |
Re: [Help-glpk] Can you help me? |
Date: |
Sun, 23 Aug 2009 16:48:26 +0200 |
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