aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--examples/psc.vfsm15
1 files changed, 15 insertions, 0 deletions
diff --git a/examples/psc.vfsm b/examples/psc.vfsm
new file mode 100644
index 0000000..e906108
--- /dev/null
+++ b/examples/psc.vfsm
@@ -0,0 +1,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: