X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~yarrgweb/git?p=ypp-sc-tools.db-test.git;a=blobdiff_plain;f=yarrg%2Fweb%2Froutetrade;fp=yarrg%2Fweb%2Froutetrade;h=03ef3e1e8dc4ab99bfc8b29cfc8b69750268845c;hp=01b15d9036ca80acc2a8d0424a00250668bc223d;hb=55b97973486c7568b36c89aa4b16e2d5b42f0614;hpb=94e0703e3aa7199acaaafe7b68192fea8fe12f36 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";