spot/doc/tl
Alexandre Duret-Lutz 395793d986 Rewrite a&XGa as Ga, and a|XFa as Fa.
The actual rules are a bit more complex:
a & X(G(a&b...)&c...) = Ga & X(G(b...)&c...)
a | X(Fa | c) = F(a) | c
with the second rule being applied only if all XF can
be removed.  See the documentation for an example.

* src/ltlvisit/simplify.cc: Implement these new rules.
* doc/tl/tl.tex: Document them.
* src/ltltest/reduccmp.test: Add test cases.
2012-04-28 09:34:44 +02:00
..
.gitignore more files to ignore 2012-04-28 09:34:44 +02:00
Makefile.am * doc/tl/Makefile.am: Fix timestamp issue causing distcheck failure. 2012-04-28 09:34:44 +02:00
tl.bib Add implication-based rewritings from Babiak et al. (TACAS'12) 2012-04-28 09:34:44 +02:00
tl.tex Rewrite a&XGa as Ga, and a|XFa as Fa. 2012-04-28 09:34:44 +02:00