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
a72b84b0
Commit
a72b84b0
authored
Aug 21, 2014
by
Alexandre Duret-Lutz
Browse files
* src/tgbatest/ltlcross.test: More formulas from Joachim.
parent
408dc878
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/tgbatest/ltlcross.test
View file @
a72b84b0
...
...
@@ -25,8 +25,16 @@ ltl2tgba=../ltl2tgba
(
# A bug reported by Joachim Klein
echo
'G(Fa & ((a M b) U ((c U !d) M d)))'
# Some formulas supplied by Joachim Klein. The first two were
# incorrectly translated by ltl_to_tgba_fm(), while the other have
# shown some bugs in other translators.
cat
<<
EOF
G
(
Fa
&
((
a
M
b
)
U
((
c
U
!
d
)
M
d
)))
XF
(
p2
R
(
!
Fp1
W
p1
))
X
p0
||
((
X
p0
)
V
<>
p0
)
p0
xor
(
p0
W
X
!
p0
)
p0
&
(
!
p0
W
Xp0
)
EOF
# Random formulas
..
/../
bin
/
randltl
-
n
100
p1
p2
p3
p4
p5
p6
--
tree
-
size
5..15
)
|
...
...
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