From be281292fb1db0dcc3e045ae6b5f8946120682ab Mon Sep 17 00:00:00 2001
From: Keane Reynolds <keane.reynolds@gmail.com>
Date: Fri, 18 Jun 2021 14:23:08 +0000
Subject: [PATCH] Uploaded Example 17 from the manual

---
 ...e17_SharedEvents_ProbabilityCalculationsType1.mp | 13 +++++++++++++
 1 file changed, 13 insertions(+)
 create mode 100644 Example17_SharedEvents_ProbabilityCalculationsType1.mp

diff --git a/Example17_SharedEvents_ProbabilityCalculationsType1.mp b/Example17_SharedEvents_ProbabilityCalculationsType1.mp
new file mode 100644
index 0000000..c08f59d
--- /dev/null
+++ b/Example17_SharedEvents_ProbabilityCalculationsType1.mp
@@ -0,0 +1,13 @@
+/* Example17_SharedEvents_ProbabilityCalculationsType1.mp
+
+	A simple example of shared events. If one root has a, the other root
+also has a. If neither root has a, then root 1 must have b, and root 2
+must have c. Additionally, probabilities show how "SHARE ALL" increases
+the chances of the shared event.
+
+*/
+SCHEMA Shared_Events
+
+ROOT R1: (<<0.6>> a | b);
+ROOT R2: (<<0.8>> a | c);
+R1, R2 SHARE ALL a;
\ No newline at end of file
-- 
GitLab