spot/tests
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
..
core simplifier: new PSL simplifications 2016-07-19 17:57:16 +02:00
ltsmin sanity: Replace tabulars by spaces in *.cc *.hh *.hxx 2016-03-10 17:40:46 +01:00
python python: add missing bindings for randomize() 2016-07-19 02:55:07 +02:00
sanity * tests/sanity/style.test: Cancel set -x. 2016-04-08 22:34:17 +02:00
.gitignore more files to ignore 2016-01-26 19:21:35 +01:00
Makefile.am new test case to improve coverage stats 2016-07-19 13:35:47 +02:00
run.in tests: reset CFLAGS 2016-06-14 14:39:53 +02:00