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 cd5ac041f2
commit 6e6219af54
4 changed files with 39 additions and 159 deletions

3
NEWS
View file

@ -2,6 +2,9 @@ New in spot 2.12.1.dev (not yet released)
Nothing yet.
- 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: