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
24cde3c2
Commit
24cde3c2
authored
Jan 30, 2010
by
Alexandre Duret-Lutz
Browse files
More * -> & replacements.
* src/ltltest/parse.test, src/ltltest/syntimpl.test: Replace * by &.
parent
dd71e37d
Changes
3
Hide whitespace changes
Inline
Side-by-side
ChangeLog
View file @
24cde3c2
2010-01-30 Alexandre Duret-Lutz <adl@lrde.epita.fr>
More * -> & replacements.
* src/ltltest/parse.test, src/ltltest/syntimpl.test: Replace * by &.
2010-01-30 Alexandre Duret-Lutz <adl@lrde.epita.fr>
Remove the theoretically bogus "containment" option of ltl2tgba_fm.
...
...
src/ltltest/parse.test
View file @
24cde3c2
#! /bin/sh
# Copyright (C) 2009 Laboratoire de Recherche et Développement
# Copyright (C) 2009
, 2010
Laboratoire de Recherche et Développement
# de l'Epita (LRDE).
# Copyright (C) 2003, 2004 Laboratoire d'Informatique de Paris 6 (LIP6),
# dpartement Systmes Rpartis Coopratifs (SRC), Universit Pierre
...
...
@@ -38,7 +38,7 @@ for f in \
'p11011'
\
'(p11011)'
\
'a & b'
\
'a
*
_b12'
\
'a
&
_b12'
\
'a . b'
\
'a + b'
\
'a3214 | b'
\
...
...
@@ -67,10 +67,10 @@ for f in \
'()b'
\
'long_atomic_proposition_1 U long_atomic_proposition_2'
\
' ab & ac | ad ^ af'
\
'((b
*
a) + a) & d'
\
'((b
&
a) + a) & d'
\
'(ab & ac | ad ) <=> af '
\
'a U b U c U d U e U f U g U h U i U j U k U l U m'
\
'(ab
*
!Xad + ad U ab) & FG p12 /\ GF p13'
\
'(ab
&
!Xad + ad U ab) & FG p12 /\ GF p13'
\
'((([]<>()p12)) )'
\
'a R ome V anille'
\
'p=0Uq=1'
\
...
...
src/ltltest/syntimpl.test
View file @
24cde3c2
#! /bin/sh
# Copyright (C) 2009 Laboratoire de Recherche et Développement
# Copyright (C) 2009
, 2010
Laboratoire de Recherche et Développement
# de l'Epita (LRDE).
# Copyright (C) 2004 Laboratoire d'Informatique de Paris 6 (LIP6),
# dpartement Systmes Rpartis Coopratifs (SRC), Universit Pierre
...
...
@@ -48,10 +48,10 @@ run 1 ../syntimpl 0 '0' '0'
run
1
..
/
syntimpl
0
'a'
'1'
run
1
..
/
syntimpl
0
'a'
'a'
run
1
..
/
syntimpl
0
'a'
'a
*
1'
run
1
..
/
syntimpl
0
'a'
'a
&
1'
run
1
..
/
syntimpl
0
'a
*
b'
'b'
run
1
..
/
syntimpl
0
'a
*
b'
'a'
run
1
..
/
syntimpl
0
'a
&
b'
'b'
run
1
..
/
syntimpl
0
'a
&
b'
'a'
run
1
..
/
syntimpl
0
'a'
'a + b'
run
1
..
/
syntimpl
0
'b'
'a + b'
...
...
@@ -73,7 +73,7 @@ run 1 ../syntimpl 0 'X(a R b)' 'Xb'
run
1
..
/
syntimpl
0
'a U b'
'1 U b'
run
1
..
/
syntimpl
0
'a R b'
'1 R b'
run
1
..
/
syntimpl
0
'b
*
(a U b)'
'a U b'
run
1
..
/
syntimpl
0
'b
&
(a U b)'
'a U b'
run
1
..
/
syntimpl
0
'a U b'
'c + (a U b)'
run
0
..
/
syntimpl
0
'Xa'
'XX(b U a)'
...
...
@@ -85,8 +85,8 @@ run 0 ../syntimpl 0 '( X(a + b)) U (e R f)' '( X(X(a + b)+(c)+(d))) U (g U f)'
run
0
..
/
syntimpl
0
'a'
'b'
run
0
..
/
syntimpl
0
'a'
'b + c'
run
0
..
/
syntimpl
0
'a + b'
'a'
run
0
..
/
syntimpl
0
'a'
'a
*
c'
run
0
..
/
syntimpl
0
'a
*
b'
'c'
run
0
..
/
syntimpl
0
'a'
'a
&
c'
run
0
..
/
syntimpl
0
'a
&
b'
'c'
run
0
..
/
syntimpl
0
'a'
'a U b'
run
0
..
/
syntimpl
0
'a'
'a R b'
run
0
..
/
syntimpl
0
'a R b'
'a'
...
...
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