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:
parent
629dc4c0c9
commit
3cf2ddbcb0
3 changed files with 34 additions and 3 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue