introduce spot::simplify_acceptance()

Simplify some automata where some marks are identical,
or complementary to another. Fixes #216.

* NEWS: mention the new function.
* spot/twaalgos/cleanacc.cc, spot/twaalgos/cleanacc.hh: Implement
  the function.
* tests/Makefile.am, tests/python/merge.py: Test this implementation.
This commit is contained in:
Thomas Medioni 2017-04-27 15:10:53 +02:00
parent 22620e185c
commit a12d676bdc
5 changed files with 884 additions and 0 deletions

View file

@ -348,6 +348,7 @@ TESTS_python = \
python/ltlf.py \
python/ltlparse.py \
python/ltlsimple.py \
python/merge.py \
python/minato.py \
python/misc-ec.py \
python/optionmap.py \