Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
rezansrv authored Dec 25, 2023
1 parent c08639a commit e1bccb5
Showing 1 changed file with 1 addition and 23 deletions.
24 changes: 1 addition & 23 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,25 +1,3 @@
# DFA-Minimizer
A tool that minimizes deterministic finite automata with a visual interactive graph.

start drawing and minimizing DFAs!
#DFA Minimization (Reza Naserivand)

# How To Use
The `new label` text input is for naming the states/nodes and edges/transitions

**Adding States**

Type in `new label` input the name of the state e.g: `S1` then **hold** `Ctrl/cmd` and **double click** anywhere on the canvas to add that state.


**Adding Edges**

Type in `new label` input the name of the input e.g: `1`, **hold** `Ctrl/cmd`, **double click** on the source state, then **double click** on the target state.


**Making a State Final**

**Hold** `Alt` key and **double click** the state that you want to make final

**Deleting a State**

**Hold** `Ctrl/cmd` key and **right click** the state that you want to delete

0 comments on commit e1bccb5

Please sign in to comment.