Improve a reduction rule for "a M b".

* src/ltlvisit/reduce.cc (reduce_visitor): Always reduce "a M b"
to "a & b" if "a" is a pure eventual formula, remove the
constraint on "b".
* src/ltltest/reduccmp.test: Add two tests.
This commit is contained in:
Alexandre Duret-Lutz 2011-03-17 11:55:56 +01:00
parent b51b7ab8b9
commit 1878bfd0fc
3 changed files with 18 additions and 5 deletions

View file

@ -1,3 +1,12 @@
2011-03-17 Alexandre Duret-Lutz <adl@lrde.epita.fr>
Improve a reduction rule for "a M b".
* src/ltlvisit/reduce.cc (reduce_visitor): Always reduce "a M b"
to "a & b" if "a" is a pure eventual formula, remove the
constraint on "b".
* src/ltltest/reduccmp.test: Add two tests.
2011-03-11 Alexandre Duret-Lutz <adl@lrde.epita.fr>
* NEWS: Mention recent changes to dotty_reachable.