aboutsummaryrefslogtreecommitdiff
path: root/examples/psc.dfa
blob: e906108c248b8dda6377957cffc9cf7970bbf7a3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
Comment: From http://en.wikipedia.org/wiki/Powerset_construction
Start: {123}
Accept: {123} {24} {23} {4}
Edges:
	{123} 0 {24}
	{123} 1 {24}
	{24} 0 {23}
	{24} 1 {24}
	{23} 0 {4}
	{23} 1 {24}
	{4} 0 {23}
	{4} 1 {}
	{} 0 {}
	{} 1 {}
End: