Do not rewrite F(a & GF(b)) = F(a) & GF(b), this can be harmful.

* src/ltlvisit/basicreduce.cc (basic_reduce_visitor::recurse):
Disable this rule unconditionally.
* src/ltltest/reduccmp.test: Adjust tests.
This commit is contained in:
Alexandre Duret-Lutz 2010-03-06 19:28:39 +01:00
parent 629dc4c0c9
commit 3cf2ddbcb0
3 changed files with 34 additions and 3 deletions

View file

@ -1,3 +1,11 @@
2010-03-07 Alexandre Duret-Lutz <adl@lrde.epita.fr>
Do not rewrite F(a & GF(b)) = F(a) & GF(b), this can be harmful.
* src/ltlvisit/basicreduce.cc (basic_reduce_visitor::recurse):
Disable this rule unconditionally.
* src/ltltest/reduccmp.test: Adjust tests.
2010-03-06 Alexandre Duret-Lutz <adl@lrde.epita.fr>
* src/tgba/tgbatba.cc: Fix English in comments.