correct to_finite

This fixes issue #596.

* spot/twaalgos/remprop.cc: Rewrite main loop.
* tests/core/ltlf.test: Add test case.
* tests/python/game.py: Remove a test that appears
to make incorrect assumptions about to_finite.
* NEWS: Mention the bug.
This commit is contained in:
Alexandre Duret-Lutz 2024-12-02 23:24:30 +01:00
parent 4a33f0fe65
commit 82401b3254
4 changed files with 39 additions and 159 deletions

3
NEWS
View file

@ -117,6 +117,9 @@ New in spot 2.12.1.dev (not yet released)
status and the AIG circuit; it now does the job silently as
requested.
- to_finite() was dealing incorrectly with edges that were
both alive and dead. (Issue #596.)
New in spot 2.12.1 (2024-09-23)
Bug fixes: