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

5 lines
No EOL
107 B
Text

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