You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This might be by design, but it would not allow me to make more than 5 connections. I had 5 transitions that looped to the same state. Then I tried to add another transition from that state to another, but I got a notification saying something about limiting 5 transitions for a state. It would be night to be able to group transitions that loop back onto the state so that they only show as 1 loop and didn't limit how many transitions I could have away from states. Oh, and this was for PDAs specifically. I'm not sure about the other types of automata.
I would also like to add that this was extremely helpful for my Intro to Computation class for making neat and orderly state diagrams. Thank you so much!!
The text was updated successfully, but these errors were encountered:
I picked 10 as a max because it seemed like trying to cram in more than that would likely be too messy to be manageable. Especially on a PDA with the stack transitions included in the labels.
This tool is intended to be an educational resource for creating simple automata. So I usually reject requests to make it support greater complexity or flexibility of input because doing so necessarily makes it more complicated to use and less focused on the the direct educational goal. In particular, supporting only 1 symbol per transition makes debugging substantially easier, keeps the UI simpler, and is easier to implement and maintain.
This might be by design, but it would not allow me to make more than 5 connections. I had 5 transitions that looped to the same state. Then I tried to add another transition from that state to another, but I got a notification saying something about limiting 5 transitions for a state. It would be night to be able to group transitions that loop back onto the state so that they only show as 1 loop and didn't limit how many transitions I could have away from states. Oh, and this was for PDAs specifically. I'm not sure about the other types of automata.
I would also like to add that this was extremely helpful for my Intro to Computation class for making neat and orderly state diagrams. Thank you so much!!
The text was updated successfully, but these errors were encountered: