Adding sat-based minimization for mealy machines

* spot/twaalgos/mealy_machine.hh,
spot/twaalgos/mealy_machine.cc: Here
* spot/twaalgos/Makefile.am: Here
* tests/python/mealy.py: Added tests
* tests/Makefile.am: Adding mealy.py
* python/spot/impl.i: Here
This commit is contained in:
philipp 2021-06-23 12:23:05 +02:00
parent e8f5865fb8
commit f4776efb63
6 changed files with 3653 additions and 1 deletions

View file

@ -409,6 +409,7 @@ TESTS_python = \
python/ltlf.py \
python/ltlparse.py \
python/ltlsimple.py \
python/mealy.py \
python/merge.py \
python/mergedge.py \
python/minato.py \