Rabin to parity translation

* spot/twaalgos/rabin2parity.cc, spot/twaalgos/rabin2parity.hh:
  implement it
* spot/twaalgos/postproc.cc: use it
* spot/twaalgos/Makefile.am: build the new files
* NEWS: document the new function
* python/spot/impl.i: Python bindings for the new function
* tests/Makefile.am, tests/core/rabin2parity.test: test the new function
This commit is contained in:
Maximilien Colange 2017-08-25 11:39:00 +02:00
parent 7bf68b4c0e
commit 7e02aae366
8 changed files with 409 additions and 2 deletions

View file

@ -313,7 +313,8 @@ TESTS_twa = \
core/dnfstreett.test \
core/parity.test \
core/parity2.test \
core/ltlsynt.test
core/ltlsynt.test \
core/rabin2parity.test
############################## PYTHON ##############################