fix streett_to_generalized_buchi

Fixes #316.

* spot/twaalgos/totgba.cc: Fix confusing definition of scc_inf_wo_fin.
* tests/python/streett_totgba2.py: New test case.
* tests/Makefile.am: Add it.
* NEWS: Mention the bug.
This commit is contained in:
Alexandre Duret-Lutz 2018-01-14 15:04:02 +01:00
parent 8a74ae6c9d
commit 9464043d39
4 changed files with 87 additions and 5 deletions

View file

@ -388,6 +388,7 @@ TESTS_python = \
python/setxor.py \
python/simstate.py \
python/streett_totgba.py \
python/streett_totgba2.py \
python/rs_like.py \
python/sum.py \
python/trival.py \