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:
parent
da996ecbaf
commit
465536d1fe
7 changed files with 236 additions and 0 deletions
|
|
@ -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 \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue