X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~yarrgweb/git?p=ypp-sc-tools.db-live.git;a=blobdiff_plain;f=yarrg%2Fweb%2Froutetrade;h=383d55481b93bc34bf24f06bf58e19730722bc56;hp=c0fe98665c5760dd1312737abdef1b39cc802c8d;hb=97d26c012a638833535a5e1c98d287101b220887;hpb=0759b42dbad7715339b0dceb5e910ea7698fa90a diff --git a/yarrg/web/routetrade b/yarrg/web/routetrade index c0fe986..383d554 100644 --- a/yarrg/web/routetrade +++ b/yarrg/web/routetrade @@ -506,7 +506,8 @@ if ($qa->{'debug'}) { my $input= pipethrough_prep(); print $input $cplex or die $!; my $output= pipethrough_run_along($input, undef, 'glpsol', - qw(glpsol --cpxlp /dev/stdin -o /dev/stdout)); + qw(glpsol --tmlim 2 --memlim 5 --intopt --cuts --bfs + --cpxlp /dev/stdin -o /dev/stdout)); print "
\n" if $qa->{'debug'};
 	my $found_section= 0;
 	my $glpsol_out= '';