simplifier: add two new rules
Fixes #354. * spot/tl/simplify.cc: Implement the rules. * doc/tl/tl.tex, NEWS: Document them. * tests/core/reduccmp.test: Add tests. * tests/core/det.test, tests/core/satmin.test: Adjust.
This commit is contained in:
parent
8e3b982985
commit
ca1c67a73d
6 changed files with 51 additions and 29 deletions
|
|
@ -192,7 +192,11 @@ GFa <=> GFb, F(G(Fa&Fb)|G(!a&!b))
|
|||
FGa | (GFa & GFb), F(Ga | (G(Fa & Fb)))
|
||||
|
||||
Gb W a, Gb|a
|
||||
a W Fb, a W Fb
|
||||
Fb M Fa, Fa & Fb
|
||||
a M Gb, a M Gb
|
||||
GFa R Xf, X(GFa R f)
|
||||
GFa U Xf, X(GFa U f)
|
||||
|
||||
a U (b | G(a) | c), a W (b | c)
|
||||
a U (G(a)), Ga
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue