From: Ian Jackson Date: Mon, 29 Mar 2010 22:22:25 +0000 (+0100) Subject: Merge branch 'master' of /home/ian/things/ypp-sc-tools X-Git-Tag: 6.5.1 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~yarrgweb/git?p=ypp-sc-tools.web-test.git;a=commitdiff_plain;h=1a23128c88e708c60a40a7248539bb7f29a16190;hp=3ece24832da57c70c4ca1c745d6dd79227447322 Merge branch 'master' of /home/ian/things/ypp-sc-tools --- diff --git a/yarrg/web/routetrade b/yarrg/web/routetrade index 01b15d9..03ef3e1 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 5 --memlim 5), @opts, + qw(glpsol --tmlim 5 --memlim 20), @opts, qw( --cpxlp /dev/stdin -o /dev/stdout)); if ($qa->{'debug'}) { print "

@opts

\n
\n";