summaryrefslogtreecommitdiffstats
path: root/figs/cn2p1c.dot
blob: 5e5a3e4957033b05f4e6291e97306437a443872a (plain)
1
2
3
4
5
6
7
digraph cn2p1c {
	rankdir="LR";
	node [texmode="math",shape="circle",style="state"];
	q0 [style="state,initial,final",label="\top"];
	edge [texmode="math",lblstyle="auto"];
	q0 -> q0 [label="a,b",topath="loop above"];
}