From: Ian Jackson Date: Sun, 27 Dec 2009 19:08:11 +0000 (+0000) Subject: Put time limit back to 5s. X-Git-Tag: 6.4.2~1 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~yarrgweb/git?p=ypp-sc-tools.db-live.git;a=commitdiff_plain;h=ca4f2a1a8f85d4dbd1c85250f95c6980d6bf9f3a;hp=4adafa149280c9ac2972582c05ae7859f3fddddf Put time limit back to 5s. --- diff --git a/yarrg/web/routetrade b/yarrg/web/routetrade index 8d8b48b..b51a3a0 100644 --- a/yarrg/web/routetrade +++ b/yarrg/web/routetrade @@ -586,7 +586,7 @@ my $try_solve= sub { my $input= pipethrough_prep(); print $input $cplex or die $!; my $output= pipethrough_run_along($input, undef, 'glpsol', - qw(glpsol --tmlim 1 --memlim 5), @opts, + qw(glpsol --tmlim 5 --memlim 5), @opts, qw( --cpxlp /dev/stdin -o /dev/stdout)); if ($qa->{'debug'}) { print "

@opts

\n
\n";