-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
1 addition
and
23 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |