File:Minimized DFA.svg
Summary
| Description |
English: Minimal DFA. Nondistinguishable states have been joined into a single one. |
| Date | |
| Source | Own work |
| Author | Pat Hawks |
| SVG development | Category:Valid SVG created with Graphviz code#Minimized%20DFA.svg |
| Source code | DOT Source codedigraph {
rank="LR"
graph [nodesep=.4,ranksep=.4,splines=line,bgcolor="transparent"]
edge [penwidth=.75,arrowsize=.75,fontname="Source Code Pro,Ubuntu Mono",fontsize=18]
node [shape=ellipse,style=filled,fillcolor="#ffffff",fontname="Source Code Pro,Ubuntu Mono",penwidth=1.5,width=1,margin=0,fontsize=18]
subgraph {
rank=same
start [style="invis",width=0]
start -> a
a [label="a,b"]
b [label="c,d,e",color="black:black",peripheries=2]
c [label="f"]
}
a -> b [label="1"]
b -> c [label="1"]
a:ne -> a:nw [label="0"]
b:ne -> b:nw [label="0"]
c:ne -> c:nw [label="0,1"]
}
|
Licensing
I, the copyright holder of this work, hereby publish it under the following license:
This file is licensed under the Creative Commons Attribution 4.0 International license.
- You are free:
- to share – to copy, distribute and transmit the work
- to remix – to adapt the work
- Under the following conditions:
- attribution – You must give appropriate credit, provide a link to the license, and indicate if changes were made. You may do so in any reasonable manner, but not in any way that suggests the licensor endorses you or your use.