Closed jurajsic closed 1 year ago
This should be fixed already.
Should or is (minus unknown bugs)? Has anyone tried on at least some example?
As far as I remember, I have fixed it at some point and there should be some test for that.
Great. I am closing this issue, then.
Calling
aut.concatenate(aut)
now breaks everything, we should fix that. Probably it is enough to copy only the original states (up to originalaut.num_of_states()
).Also, we should fix that concatenation does not return trimmed automata if we give it trimmed automata. This could be done by checking whether some transition goes into initial states of the second automaton, if not, they are not copied into concatenation.