* bench/ltl2tgba/lbtt2csv.pl: Fix a bug when using big.log.
This commit is contained in:
parent
a0cce10512
commit
bd9e42dd68
1 changed files with 4 additions and 0 deletions
|
|
@ -94,10 +94,14 @@ sub work_on_whole_round($)
|
||||||
{
|
{
|
||||||
my ($round) = @_;
|
my ($round) = @_;
|
||||||
|
|
||||||
|
$round =~ s/ parse tree.*?\n//ms;
|
||||||
|
|
||||||
$round =~ /.*?\n\s+formula:\s+(.*?)\n/ms;
|
$round =~ /.*?\n\s+formula:\s+(.*?)\n/ms;
|
||||||
my $formula = $1;
|
my $formula = $1;
|
||||||
$round = $'; #'
|
$round = $'; #'
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
$round =~ s{\n\n(.*?)(?=\n\n)}<
|
$round =~ s{\n\n(.*?)(?=\n\n)}<
|
||||||
work_on_algorithm ($1, $formula);
|
work_on_algorithm ($1, $formula);
|
||||||
>gse;
|
>gse;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue