determinize: do not copy the "incomplete" property

Mentioned in issue #298.

* spot/twaalgos/determinize.cc: Do not copy prop_complete of
the input if it is false.
* NEWS: Mention the bug.
This commit is contained in:
Alexandre Duret-Lutz 2020-12-14 22:55:37 +01:00
parent b073e70880
commit 3dfe0dad24
2 changed files with 8 additions and 1 deletions

4
NEWS
View file

@ -9,6 +9,10 @@ New in spot 2.9.5.dev (not yet released)
performing an (unnecessary) second iteration even when the first
one failed to reduce the automaton. (Issue #442)
- When passed an incomplete automaton as input, tgba_determinize()
would sometimes produce a complete automaton but incorrectly mark
it as incomplete.
New in spot 2.9.5 (2020-11-19)
Bugs fixed: