tl: implement to_delta2()

* spot/tl/delta2.cc, spot/tl/delta2.hh: New files.
* spot/tl/Makefile.am: Add them.
* python/spot/impl.i: Include delta2.hh.
* tests/python/delta2.py: New file.
* tests/Makefile.am: Add it.
* NEWS: Mention the change.
This commit is contained in:
Alexandre Duret-Lutz 2024-07-25 10:42:58 +02:00
parent 5bc4d12bba
commit 41abe3f831
7 changed files with 559 additions and 0 deletions

View file

@ -415,6 +415,7 @@ TESTS_python = \
python/declenv.py \
python/decompose_scc.py \
python/deadends.py \
python/delta2.py \
python/det.py \
python/dualize.py \
python/ecfalse.py \