Skip to content
Snippets Groups Projects
Unverified Commit d7d2f1a3 authored by Tomáš Pecka's avatar Tomáš Pecka
Browse files

algo: Fix AutomatonIteration wrong output

Algorithm automaton::transform::AutomatonIteration resulted in wrong
output when the input automaton had a transition from the initial state to a
final state.
If such transitions exists, we must also add a transition from the new
initial state to the old initial state in the new automata.

Added a test case for this particular case.

Closes #211
parent 247dc3ec
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment