diff options
Diffstat (limited to 'assignments/assignment2/RivestShapir_hypothesis3.dot')
-rw-r--r-- | assignments/assignment2/RivestShapir_hypothesis3.dot | 36 |
1 files changed, 0 insertions, 36 deletions
diff --git a/assignments/assignment2/RivestShapir_hypothesis3.dot b/assignments/assignment2/RivestShapir_hypothesis3.dot deleted file mode 100644 index 4f3545f..0000000 --- a/assignments/assignment2/RivestShapir_hypothesis3.dot +++ /dev/null @@ -1,36 +0,0 @@ -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"]; - s0 -> s0 [label="5ct / OK"]; - s0 -> s1 [label="10ct / OK"]; - s0 -> s0 [label="mars / NOK"]; - s0 -> s0 [label="snickers / NOK"]; - s0 -> s0 [label="twix / NOK"]; - s1 -> s1 [label="5ct / OK"]; - s1 -> s2 [label="10ct / OK"]; - s1 -> s0 [label="mars / OK"]; - s1 -> s1 [label="snickers / NOK"]; - s1 -> s1 [label="twix / NOK"]; - s2 -> s2 [label="5ct / OK"]; - s2 -> s3 [label="10ct / OK"]; - s2 -> s1 [label="mars / OK"]; - s2 -> s2 [label="snickers / NOK"]; - s2 -> s0 [label="twix / OK"]; - s3 -> s4 [label="5ct / OK"]; - s3 -> s4 [label="10ct / OK"]; - s3 -> s2 [label="mars / OK"]; - s3 -> s0 [label="snickers / OK"]; - s3 -> s1 [label="twix / OK"]; - s4 -> s4 [label="5ct / NOK"]; - s4 -> s4 [label="10ct / NOK"]; - s4 -> s2 [label="mars / OK"]; - s4 -> s1 [label="snickers / OK"]; - s4 -> s2 [label="twix / OK"]; - -__start0 -> s0; -} |