spot/doc/tl
Alexandre Duret-Lutz 9caa9ad134 Implement a favor_even_univ option in the rewriting rules.
The set of rules enabled by favor_even_univ try to "lift" the
subformulae that are both eventual and universal, so they appear
higher in the AST.  This is contrary to what we used to do (and still
do when the option is unset), were we try to postpone such subformulae
(by moving them down the AST).  It is still a bit experimental.

* src/ltlvisit/simplify.hh: Add option favor_event_univ.
* src/ltlvisit/simplify.cc: Implement new rewriting rules.
* doc/tl/tl.tex: Document them.
* src/tgbatest/ltl2tgba.cc: Add option -ra to enable them.
* src/tgbatest/spotlbtt.test: Test the translation with this option.
* src/ltltest/reduc.cc, src/ltltest/equals.cc: Add option
to enable the new rules.
* src/ltltest/eventuniv.test: New file to test them.
* src/ltltest/Makefile.am: Add it.
2013-04-27 17:39:52 +02:00
..
.gitignore more files to ignore 2012-04-28 09:34:44 +02:00
Makefile.am tl: work around setup that pass -pvc automatically 2013-02-20 10:49:59 +01:00
tl.bib Small documentation fixes. 2012-05-02 13:09:34 +02:00
tl.tex Implement a favor_even_univ option in the rewriting rules. 2013-04-27 17:39:52 +02:00