1
Fork 0
mirror of https://git.cs.ou.nl/joshua.moerman/utf8-learner.git synced 2025-07-01 14:17:45 +02:00
utf8-learner/dfa-decompose/results-3/comp3_1.dot
2025-06-13 13:21:37 +02:00

17 lines
No EOL
457 B
Text

digraph g{
0 -> 0 [label="[0]"]
0 -> 1 [label="[5, 6, 11]"]
0 -> 2 [label="[2]"]
0 -> 3 [label="[1, 7, 9]"]
0 -> 4 [label="[3, 4, 10]"]
1 -> 0 [label="[10]"]
1 -> 3 [label="[0, 2, 3, 4, 5, 6, 11]"]
1 -> 4 [label="[1, 7, 9]"]
2 -> 0 [label="[1, 7, 9, 10]"]
2 -> 3 [label="[0, 2, 3, 4, 5, 6, 11]"]
3 -> 0 [label="[10]"]
3 -> 3 [label="[0, 1, 2, 3, 4, 5, 6, 7, 9, 11]"]
4 -> 0 [label="[10]"]
4 -> 2 [label="[1, 7, 9]"]
4 -> 3 [label="[0, 2, 3, 4, 5, 6, 11]"]
}