twaalgos: introduce match_states(a,b)

This is a useful part for issue #591.

* spot/twaalgos/matchstates.cc, spot/twaalgos/matchstates.hh: New
files.
* spot/twaalgos/Makefile.am: Add them.
* python/spot/impl.i: Add python bindings.
* tests/python/matchstates.py: New file.
* tests/Makefile.am: Add it.
* NEWS: Mention this new function.
This commit is contained in:
Alexandre Duret-Lutz 2024-08-28 15:57:33 +02:00
parent b549e8e8c1
commit 5f1d00b858
7 changed files with 164 additions and 0 deletions

View file

@ -435,6 +435,7 @@ TESTS_python = \
python/ltlf.py \
python/ltlparse.py \
python/ltlsimple.py \
python/matchstates.py \
python/mealy.py \
python/_mealy.ipynb \
python/merge.py \