stutter: detect stutter-invariance at the state level

* spot/twaalgos/stutter.cc, spot/twaalgos/stutter.hh: Implement
stutter-invariance detection at the state level.
* python/spot/impl.i: Instantiate std::vector<bool>
* tests/python/stutter-inv-states.ipynb: New file.
* tests/Makefile.am, doc/org/tut.org: Add it.
This commit is contained in:
Alexandre Duret-Lutz 2017-10-10 21:11:54 +02:00
parent b4963a7a6c
commit 9b18729721
7 changed files with 1932 additions and 1 deletions

View file

@ -332,6 +332,7 @@ TESTS_ipython = \
python/product.ipynb \
python/randaut.ipynb \
python/randltl.ipynb \
python/stutter-inv-states.ipynb \
python/testingaut.ipynb \
python/word.ipynb