summaryrefslogtreecommitdiff
path: root/assignments/assignment2/TTT_hypothesis0.dot
diff options
context:
space:
mode:
authorErin van der Veen2017-10-16 15:21:22 +0200
committerErin van der Veen2017-10-16 15:21:22 +0200
commit25c286696e507e57309fb2f3a5fe4618a6c10ef4 (patch)
treeb284f415e59a920633d8b1ffc85aaa99b1aa733d /assignments/assignment2/TTT_hypothesis0.dot
parentMove assignment1 to own dir; Setup assignment2.tex; Add 4 hypotheses of Rives... (diff)
Add counterexamples and Hypotheses for TTT
Diffstat (limited to 'assignments/assignment2/TTT_hypothesis0.dot')
-rw-r--r--assignments/assignment2/TTT_hypothesis0.dot12
1 files changed, 12 insertions, 0 deletions
diff --git a/assignments/assignment2/TTT_hypothesis0.dot b/assignments/assignment2/TTT_hypothesis0.dot
new file mode 100644
index 0000000..d0b4002
--- /dev/null
+++ b/assignments/assignment2/TTT_hypothesis0.dot
@@ -0,0 +1,12 @@
+digraph g {
+__start0 [label="" shape="none"];
+
+ s0 [shape="circle" label="s0"];
+ s0 -> s0 [label="5ct / OK"];
+ s0 -> s0 [label="10ct / OK"];
+ s0 -> s0 [label="mars / NOK"];
+ s0 -> s0 [label="snickers / NOK"];
+ s0 -> s0 [label="twix / NOK"];
+
+__start0 -> s0;
+}