spot/doc/tl
Alexandre Duret-Lutz 646c5170ed simplify: some new simplification rules
For #263, reported by Mikuláš Klokočka.

G(a & Xe1 & F(b & e2)) = G(a & e1 & Fb & e2)
F(a | Xu1 | G(b | u2)) = F(a | u1 | Gb | u2)

* spot/tl/simplify.cc: Implement the rules.
* doc/tl/tl.tex, NEWS: Document them.
* tests/core/reduccmp.test, tests/core/eventuniv.test: Add test cases.
* tests/core/det.test, tests/core/ltl2tgba2.test: Adjust to expect
smaller automata.
* THANKS: Add Mikuláš.
2017-09-02 11:27:04 +02:00
..
.gitignore More files to ignore. 2015-01-03 19:01:44 +01:00
Makefile.am doc: make clean should not need latexmk 2015-06-19 17:08:26 +02:00
spotltl.sty psl: add support for the [:*i..j] operator 2015-01-19 14:39:41 +01:00
tl.bib tl: fix two typo in the bibliography 2015-09-06 16:38:19 +02:00
tl.tex simplify: some new simplification rules 2017-09-02 11:27:04 +02:00