Making solved game to mealy more flexible

* spot/twaalgos/synthesis.cc,
spot/twaalgos/synthesis.hh: Solved game to mealy
now also supports the other mealy formats
* tests/python/_synthesis.ipynb: Test
* tests/Makefile.am: Test
This commit is contained in:
Philipp Schlehuber 2021-11-22 16:23:03 +01:00 committed by philipp
parent 488efee7b3
commit 5b6e2a210a
4 changed files with 469 additions and 5 deletions

View file

@ -448,6 +448,7 @@ TESTS_python = \
python/rs_like.py \
python/sum.py \
python/synthesis.py \
python/_synthesis.ipynb \
python/toparity.py \
python/trival.py \
python/tra2tba.py \