scc_filter: preserve state names and highlighted states

Suggested by Juraj Major.

* spot/twaalgos/sccfilter.cc: Here.
* tests/python/sccfilter.py: New file.
* tests/Makefile.am: Add it.
* NEWS: Mention the news.
This commit is contained in:
Alexandre Duret-Lutz 2016-11-11 15:17:34 +01:00
parent dd706d7847
commit 85f6e0e158
4 changed files with 92 additions and 2 deletions

View file

@ -342,6 +342,7 @@ TESTS_python = \
python/remfin.py \
python/satmin.py \
python/setacc.py \
python/sccfilter.py \
python/setxor.py \
python/trival.py \
$(TESTS_ipython)