On Mon, 21 Mar 2005 [EMAIL PROTECTED] wrote:

> How does GLPK deal with float inputs that differ by orders of magnitude?
>
> Do the scaling routines take care of this?

If you ask for them and only within limits.
It can't scale integer variables.
If x1 and x2 are integer variables and you have the constraint
big*x1 + small*x2 <= anotherbig,
you'll have to live with it or reformulate.
I recommend the latter.

-- 
Mike   [EMAIL PROTECTED]
"Our gods are dead.  Ancient Klingon warriors slew them
... they were more trouble than they were worth."          --  Worf



_______________________________________________
Help-glpk mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/help-glpk

Reply via email to