Skip to content
GitLab
Menu
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
cc93a6d6
Commit
cc93a6d6
authored
Jun 17, 2004
by
martinez
Browse files
* src/ltltest/reduccmp.test: Wrong test are removed.
parent
c769f747
Changes
2
Hide whitespace changes
Inline
Side-by-side
ChangeLog
View file @
cc93a6d6
2004-06-17 Thomas Martinez <martinez@src.lip6.fr>
* src/ltltest/reduccmp.test: Wrong test are removed.
2004-06-17 Thomas Martinez <martinez@src.lip6.fr>
* src/tgbatest/spotlbtt.test: We don't check the post-reduction
...
...
src/ltltest/reduccmp.test
View file @
cc93a6d6
...
...
@@ -36,13 +36,13 @@ run 0 ./reduccmp 'a | (a U b)' 'a | (a U b)'
# Syntactic reduction
run
0
.
/
reduccmp
'a & (!b R !a)'
'false'
run
0
.
/
reduccmp
'(!b R !a) & a'
'false'
run
0
.
/
reduccmp
'(!b R !a) | a'
'true'
run
0
.
/
reduccmp
'a | (!b R !a)'
'true'
#
run 0 ./reduccmp '(!b R !a) | a' 'true'
#
run 0 ./reduccmp 'a | (!b R !a)' 'true'
run
0
.
/
reduccmp
'a & (!b R !a) & c'
'false'
run
0
.
/
reduccmp
'c & (!b R !a) & a'
'false'
run
0
.
/
reduccmp
'a | (!b R !a) | c'
'true'
run
0
.
/
reduccmp
'c | (!b R !a) | a'
'true'
#
run 0 ./reduccmp 'a | (!b R !a) | c' 'true'
#
run 0 ./reduccmp 'c | (!b R !a) | a' 'true'
run
0
.
/
reduccmp
'a & (b U a)'
'a'
run
0
.
/
reduccmp
'(b U a) & a'
'a'
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a 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