Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Spot
Spot
Commits
48d50842
Commit
48d50842
authored
Jan 27, 2015
by
Alexandre Duret-Lutz
Browse files
ltldo: rounds start at 1
* src/bin/ltldo.cc: Start at 1. * src/tgbatest/ltldo.test: Adjust.
parent
a24a0219
Changes
2
Hide whitespace changes
Inline
Side-by-side
src/bin/ltldo.cc
View file @
48d50842
...
...
@@ -317,7 +317,7 @@ namespace
f
=
g
;
}
static
unsigned
round
=
0
;
static
unsigned
round
=
1
;
runner
.
round_formula
(
f
,
round
);
unsigned
ts
=
translators
.
size
();
...
...
src/tgbatest/ltldo.test
View file @
48d50842
...
...
@@ -53,12 +53,12 @@ run 0 $ltldo "{tgba}$ltl2tgba %f -H >%H" "{ba}$ltl2tgba >%N %f -s" \
--
stats
=
"%T,%R,%f,%s,%t,%e"
>
output
cat
output
cat
>
expected
<<
EOF
tgba
,
0
,
GFp1
,
1
,
2
,
2
ba
,
0
,
GFp1
,
2
,
4
,
4
tgba
,
1
,
GFp1
&
GFp2
,
1
,
4
,
4
ba
,
1
,
GFp1
&
GFp2
,
3
,
12
,
8
tgba
,
2
,
GFp1
&
GFp2
&
GFp3
,
1
,
8
,
8
ba
,
2
,
GFp1
&
GFp2
&
GFp3
,
4
,
32
,
13
tgba
,
1
,
GFp1
,
1
,
2
,
2
ba
,
1
,
GFp1
,
2
,
4
,
4
tgba
,
2
,
GFp1
&
GFp2
,
1
,
4
,
4
ba
,
2
,
GFp1
&
GFp2
,
3
,
12
,
8
tgba
,
3
,
GFp1
&
GFp2
&
GFp3
,
1
,
8
,
8
ba
,
3
,
GFp1
&
GFp2
&
GFp3
,
4
,
32
,
13
EOF
diff
output
expected
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment