How to delete transitions

There are two ways to delete a transition from an automaton.

  1. Select the transition you wish to have deleted by right-clicking directly on it. This will bring up a menu of options. In this menu, you will find the Delete Transition item, which will delete the selected transition.
  2. OR

  3. To delete a transition called transition_name that begins at from_state and ends at to_state, type delete transition_name from_state to_state into the command line and press <Enter>: