-
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
4 additions
and
4 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,17 +1,17 @@ | ||
# DFA Minimization (Reza Naserivand) | ||
|
||
## Adding States | ||
## Adding States: | ||
|
||
Type in new label input the name of the state e.g: S1 then hold Ctrl and double click anywhere on the canvas to add that state. | ||
|
||
## Adding Edges | ||
## Adding Edges: | ||
|
||
Type in new label input the name of the input e.g: 0, hold Ctrl double click on the source state, then double click on the target state. | ||
|
||
## Making a State Final | ||
## Making a State Final: | ||
|
||
Hold Alt key and double click the state that you want to make final | ||
|
||
## Deleting a State | ||
## Deleting a State: | ||
|
||
Hold Ctrlkey and right click the state that you want to delete |