chiark / gitweb /
Change memlim to 20M as Algol reports it can be exceeded!
authorIan Jackson <ian@liberator.relativity.greenend.org.uk>
Sat, 16 Jan 2010 19:43:41 +0000 (19:43 +0000)
committerIan Jackson <ian@liberator.relativity.greenend.org.uk>
Sat, 16 Jan 2010 19:43:41 +0000 (19:43 +0000)
yarrg/web/routetrade

index 01b15d9036ca80acc2a8d0424a00250668bc223d..03ef3e1e8dc4ab99bfc8b29cfc8b69750268845c 100644 (file)
@@ -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',
        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 "<h3>@opts</h3>\n<pre>\n";
                qw( --cpxlp /dev/stdin -o /dev/stdout));
        if ($qa->{'debug'}) {
                print "<h3>@opts</h3>\n<pre>\n";