introduce check_determinism()

* spot/twaalgos/isdet.hh, spot/twaalgos/isdet.cc (check_determinism):
New function.
* NEWS: Mention it.
* tests/python/semidet.py: New file.
* tests/Makefile.am: Add it.
This commit is contained in:
Alexandre Duret-Lutz 2017-12-18 15:57:17 +01:00
parent 62d1e0219d
commit ac80b07d93
5 changed files with 127 additions and 38 deletions

View file

@ -379,6 +379,7 @@ TESTS_python = \
python/sbacc.py \
python/sccfilter.py \
python/sccinfo.py \
python/semidet.py \
python/setacc.py \
python/setxor.py \
python/simstate.py \