summaryrefslogtreecommitdiff
path: root/assignments/assignment2/Twice_hypothesis2.dot
diff options
context:
space:
mode:
authorCamil Staps2017-10-16 15:36:43 +0200
committerCamil Staps2017-10-16 15:36:43 +0200
commitf1f019cd02bf2c0a73b3492a1664aaeb21e3aa76 (patch)
treef59193f56b7f421ecf64760595a274be991aa6d4 /assignments/assignment2/Twice_hypothesis2.dot
parentde-misunderestimating (diff)
parentAdd counterexamples and hypotheses of same counterexample twice (diff)
Merge branch 'master' of gitlab.science.ru.nl:eveen/Testing-Techniques
Diffstat (limited to 'assignments/assignment2/Twice_hypothesis2.dot')
-rw-r--r--assignments/assignment2/Twice_hypothesis2.dot54
1 files changed, 54 insertions, 0 deletions
diff --git a/assignments/assignment2/Twice_hypothesis2.dot b/assignments/assignment2/Twice_hypothesis2.dot
new file mode 100644
index 0000000..a183679
--- /dev/null
+++ b/assignments/assignment2/Twice_hypothesis2.dot
@@ -0,0 +1,54 @@
+digraph g {
+__start0 [label="" shape="none"];
+
+ s0 [shape="circle" label="0"];
+ s1 [shape="circle" label="1"];
+ s2 [shape="circle" label="2"];
+ s3 [shape="circle" label="3"];
+ s4 [shape="circle" label="4"];
+ s5 [shape="circle" label="5"];
+ s6 [shape="circle" label="6"];
+ s7 [shape="circle" label="7"];
+ s0 -> s1 [label="5ct / OK"];
+ s0 -> s7 [label="10ct / OK"];
+ s0 -> s0 [label="mars / NOK"];
+ s0 -> s0 [label="snickers / NOK"];
+ s0 -> s0 [label="twix / NOK"];
+ s1 -> s7 [label="5ct / OK"];
+ s1 -> s2 [label="10ct / OK"];
+ s1 -> s1 [label="mars / NOK"];
+ s1 -> s1 [label="snickers / NOK"];
+ s1 -> s1 [label="twix / NOK"];
+ s2 -> s3 [label="5ct / OK"];
+ s2 -> s4 [label="10ct / OK"];
+ s2 -> s1 [label="mars / OK"];
+ s2 -> s2 [label="snickers / NOK"];
+ s2 -> s0 [label="twix / OK"];
+ s3 -> s4 [label="5ct / OK"];
+ s3 -> s5 [label="10ct / OK"];
+ s3 -> s7 [label="mars / OK"];
+ s3 -> s3 [label="snickers / NOK"];
+ s3 -> s1 [label="twix / OK"];
+ s4 -> s5 [label="5ct / OK"];
+ s4 -> s5 [label="10ct / OK"];
+ s4 -> s2 [label="mars / OK"];
+ s4 -> s0 [label="snickers / OK"];
+ s4 -> s7 [label="twix / OK"];
+ s5 -> s5 [label="5ct / OK"];
+ s5 -> s6 [label="10ct / OK"];
+ s5 -> s3 [label="mars / OK"];
+ s5 -> s1 [label="snickers / OK"];
+ s5 -> s2 [label="twix / OK"];
+ s6 -> s6 [label="5ct / NOK"];
+ s6 -> s6 [label="10ct / NOK"];
+ s6 -> s5 [label="mars / OK"];
+ s6 -> s2 [label="snickers / OK"];
+ s6 -> s4 [label="twix / OK"];
+ s7 -> s2 [label="5ct / OK"];
+ s7 -> s3 [label="10ct / OK"];
+ s7 -> s0 [label="mars / OK"];
+ s7 -> s7 [label="snickers / NOK"];
+ s7 -> s7 [label="twix / NOK"];
+
+__start0 -> s0;
+}