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

3
NEWS
View file

@ -111,6 +111,9 @@ New in spot 2.3.4.dev (not yet released)
some simplifications on an acceptance condition, and might lead
to the removal of some acceptance sets.
- The function spot::streett_to_generalized_buchi() is now able to
work on automatons with Streett-like acceptance.
Python:
- The 'spot.gen' package exports the functions from libspotgen.