bug-glpk
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Bug-glpk] no range check when converting large timelimit to integer


From: Stefan Vigerske
Subject: [Bug-glpk] no range check when converting large timelimit to integer
Date: Fri, 14 Sep 2007 13:08:27 +0400

Hi,

when I do
lpx_set_real_parm(model, LPX_K_TMLIM, 1e+9);

and call some solve routine, then it ends with:
glp_simplex: tm_lim = -2147483648; invalid parameter

So probably the timelimit is somewhere inside GLPK converted to an 
integer without checking whether this is possible.
Maybe GLPK could just set the timelimit to -1 if the double number is 
too big to be converted to an integer.

Best,
Stefan

-- 
Stefan Vigerske
Humboldt University Berlin, Numerical Mathematics
http://www.math.hu-berlin.de/~stefan







reply via email to

[Prev in Thread] Current Thread [Next in Thread]