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_2.dot
2025-06-13 13:21:37 +02:00

11 lines
No EOL
273 B
Text

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