From 4b2ff4fbc734b8849b58730a52281938c7d5c7e5 Mon Sep 17 00:00:00 2001 From: Erin van der Veen Date: Mon, 16 Oct 2017 15:14:00 +0200 Subject: Move assignment1 to own dir; Setup assignment2.tex; Add 4 hypotheses of Rivest Shapir --- assignments/assignment2/RivestShapir_hypothesis0.dot | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 assignments/assignment2/RivestShapir_hypothesis0.dot (limited to 'assignments/assignment2/RivestShapir_hypothesis0.dot') diff --git a/assignments/assignment2/RivestShapir_hypothesis0.dot b/assignments/assignment2/RivestShapir_hypothesis0.dot new file mode 100644 index 0000000..271810a --- /dev/null +++ b/assignments/assignment2/RivestShapir_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; +} -- cgit v1.2.3