More LTL reductions for W and M.
* src/ltlvisit/basicreduce.cc: Perform the following reductions: (a U b) & (c W b) = (a & c) U b (a W b) & (c W b) = (a & c) W b (a R b) | (c M b) = (a | c) R b (a M b) | (c M b) = (a | c) M b * src/ltltest/reduccmp.test: Test them.
This commit is contained in:
parent
f003c3d16f
commit
e6809b8c66
3 changed files with 42 additions and 15 deletions
11
ChangeLog
11
ChangeLog
|
|
@ -1,3 +1,14 @@
|
|||
2010-04-12 Alexandre Duret-Lutz <adl@lrde.epita.fr>
|
||||
|
||||
More LTL reductions for W and M.
|
||||
|
||||
* src/ltlvisit/basicreduce.cc: Perform the following reductions:
|
||||
(a U b) & (c W b) = (a & c) U b
|
||||
(a W b) & (c W b) = (a & c) W b
|
||||
(a R b) | (c M b) = (a | c) R b
|
||||
(a M b) | (c M b) = (a | c) M b
|
||||
* src/ltltest/reduccmp.test: Test them.
|
||||
|
||||
2010-04-12 Alexandre Duret-Lutz <adl@lrde.epita.fr>
|
||||
|
||||
Add LTL reductions for strong release.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue