simulation: remove unnecessary iteration
This fixes #442. * spot/twaalgos/simulation.cc (iterated_simulations_): Initialize next so that we can exit after the first iteration if no change was made. * NEWS: Mention the bug.
This commit is contained in:
parent
fb224d3f63
commit
97eedd7c5c
2 changed files with 8 additions and 4 deletions
4
NEWS
4
NEWS
|
|
@ -152,6 +152,10 @@ New in spot 2.9.5.dev (not yet released)
|
|||
- twa_graph::merge_edges() could fail to merge two transitions if the
|
||||
destination transition was the first of the automaton. (Issue #441)
|
||||
|
||||
- On non-deterministic automata, iterated_simulations() was
|
||||
performing an (unnecessary) second iteration even when the first
|
||||
one failed to reduce the automaton. (Issue #442)
|
||||
|
||||
New in spot 2.9.5 (2020-11-19)
|
||||
|
||||
Bugs fixed:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue