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:
parent
22620e185c
commit
a12d676bdc
5 changed files with 884 additions and 0 deletions
|
|
@ -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 \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue