More LTL reductions for W and M.
* src/ltlvisit/basicreduce.cc: Perform the following reductions: (a R b) | Gb = a R b (a M b) | Gb = a R b (a U b) & Fb = a U b (a W b) & Fb = a U b * src/ltltest/reduccmp.test: Test them.
This commit is contained in:
parent
aa5426b2fb
commit
28094c87da
3 changed files with 52 additions and 0 deletions
11
ChangeLog
11
ChangeLog
|
|
@ -1,3 +1,14 @@
|
|||
2010-04-14 Alexandre Duret-Lutz <adl@lrde.epita.fr>
|
||||
|
||||
More LTL reductions for W and M.
|
||||
|
||||
* src/ltlvisit/basicreduce.cc: Perform the following reductions:
|
||||
(a R b) | Gb = a R b
|
||||
(a M b) | Gb = a R b
|
||||
(a U b) & Fb = a U b
|
||||
(a W b) & Fb = a U b
|
||||
* src/ltltest/reduccmp.test: Test them.
|
||||
|
||||
2010-04-12 Alexandre Duret-Lutz <adl@lrde.epita.fr>
|
||||
|
||||
* wrap/python/cgi-bin/ltl2tgba.in: Document W and M operators.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue