summaryrefslogtreecommitdiff
path: root/omegalib/examples/old_test/verlind1a.oc-rt
diff options
context:
space:
mode:
Diffstat (limited to 'omegalib/examples/old_test/verlind1a.oc-rt')
-rw-r--r--omegalib/examples/old_test/verlind1a.oc-rt9
1 files changed, 9 insertions, 0 deletions
diff --git a/omegalib/examples/old_test/verlind1a.oc-rt b/omegalib/examples/old_test/verlind1a.oc-rt
new file mode 100644
index 0000000..11e2d1e
--- /dev/null
+++ b/omegalib/examples/old_test/verlind1a.oc-rt
@@ -0,0 +1,9 @@
+# Omega Calculator v1.2 (based on Omega Library 1.2, August, 2000):
+# R := { [i] : 1 <= i <= 6 & Exists (alpha : 3 alpha + 1 <= i <= 3 alpha + 2)
+# & not (1 <= i <= 2) };
+#
+# R;
+
+{[i]: 4 <= i <= 5}
+
+#