new partial_degeneralize() algorithm

* spot/twaalgos/degen.hh, spot/twaalgos/degen.cc: Implement it.
* tests/python/pdegen.py: New file.
* tests/Makefile.am: Add it.
* NEWS: Mention the new function.
This commit is contained in:
Alexandre Duret-Lutz 2019-12-11 17:09:55 +01:00
parent 894fda21f9
commit bf7ccfe7e6
5 changed files with 372 additions and 45 deletions

View file

@ -393,6 +393,7 @@ TESTS_python = \
python/otfcrash.py \
python/parsetgba.py \
python/parity.py \
python/pdegen.py \
python/prodexpt.py \
python/_product_weak.ipynb \
python/_product_susp.ipynb \