diff options
author | Erin van der Veen | 2017-10-16 15:34:04 +0200 |
---|---|---|
committer | Erin van der Veen | 2017-10-16 15:34:04 +0200 |
commit | ee8b45aa091a45792bb694e0cf1f46cd81ff8c0f (patch) | |
tree | 5964c5c9fa3f2a84e7fbe8e1e2dd58c25bf45284 /assignments/assignment2/Twice_hypothesis0.dot | |
parent | Fix typo in Shapir (diff) |
Add counterexamples and hypotheses of same counterexample twice
Diffstat (limited to 'assignments/assignment2/Twice_hypothesis0.dot')
-rw-r--r-- | assignments/assignment2/Twice_hypothesis0.dot | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/assignments/assignment2/Twice_hypothesis0.dot b/assignments/assignment2/Twice_hypothesis0.dot new file mode 100644 index 0000000..271810a --- /dev/null +++ b/assignments/assignment2/Twice_hypothesis0.dot @@ -0,0 +1,12 @@ +digraph g { +__start0 [label="" shape="none"]; + + s0 [shape="circle" label="0"]; + 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; +} |