streett_to_generalized_buchi() now works on Streett-like

* NEWS: Mention the modification.
* spot/twaalgos/remfin.cc: Adapt to avoid infinite recursion.
* spot/twaalgos/totgba.cc: Work on Streett-like.
* tests/Makefile.am, tests/python/streett_totgba.py: Tests the
  modification.
* tests/core/remfin.test: Fix one test case that is now handled by
  the modification.
This commit is contained in:
Thomas Medioni 2017-04-20 16:23:17 +02:00
parent 570c433122
commit 7b5b8f34f0
6 changed files with 162 additions and 36 deletions

View file

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