spot/doc/tl
Alexandre Duret-Lutz abff7eba8e simplifier: new PSL simplifications
{e[*0..j]}<>->f = {e[*1..j]}<>->f
{e[*0..j]}[]->f = {e[*1..j]}[]->f

Fixes #81.

This required a small change to the bounded-star-normal-form to prevent
infinite recursion.

* spot/tl/simplify.cc: Implement these rules.
* doc/tl/tl.tex, NEWS: Document them.
* tests/core/reduccmp.test: Add tests, and adjust others.
* tests/core/unambig.test: Replace formula that used to generated an
ambiguous automaton, but now generates a deterministic one.
2016-07-19 17:57:16 +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 simplifier: new PSL simplifications 2016-07-19 17:57:16 +02:00