word: introduce use_all_aps()

This allows fixing issue #388 reported by Victor Khomenko.

* spot/twaalgos/word.cc, spot/twaalgos/word.hh (use_all_aps): New
method.
* tests/python/stutter-inv.ipynb: Use it.
* tests/python/stutter.py: New file, with Victor's test case.
* tests/Makefile.am: Add python/stutter.py.
This commit is contained in:
Alexandre Duret-Lutz 2019-05-24 21:42:42 +02:00
parent 90a88d0b5a
commit 36d20696bf
5 changed files with 80 additions and 13 deletions

View file

@ -410,6 +410,7 @@ TESTS_python = \
python/split.py \
python/streett_totgba.py \
python/streett_totgba2.py \
python/stutter.py \
python/rs_like.py \
python/sum.py \
python/toparity.py \