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
|
|
@ -36,7 +36,7 @@ cat >formulas <<'EOF'
|
|||
1,5,a M G(F!b | X!a)
|
||||
1,4,G!a R XFb
|
||||
1,4,XF(!a | GFb)
|
||||
1,6,GF!a U Xa
|
||||
1,5,X(GF!a U a)
|
||||
1,5,(a | G(a M !b)) W Fc
|
||||
1,6,Fa W Xb
|
||||
1,9,X(a R ((!b & F!c) M X!a))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue