translate any automaton to a parity automaton

* spot/twaalgos/toparity.cc, spot/twaalgos/toparity.hh: implement it,
  based on last-appearance record (LAR)
* spot/twaalgos/Makefile.am: build it
* NEWS: document it
* python/spot/impl.i: add to python bindings
* tests/Makefile.am, tests/python/toparity.py: test it
This commit is contained in:
Maximilien Colange 2018-07-23 10:59:38 +02:00
parent da996ecbaf
commit 465536d1fe
7 changed files with 236 additions and 0 deletions

View file

@ -409,6 +409,7 @@ TESTS_python = \
python/streett_totgba2.py \
python/rs_like.py \
python/sum.py \
python/toparity.py \
python/trival.py \
python/tra2tba.py \
python/twagraph.py \