summaryrefslogtreecommitdiff
path: root/omegalib/examples/old_test/dagstuhl2.oc-rt
diff options
context:
space:
mode:
Diffstat (limited to 'omegalib/examples/old_test/dagstuhl2.oc-rt')
-rw-r--r--omegalib/examples/old_test/dagstuhl2.oc-rt11
1 files changed, 11 insertions, 0 deletions
diff --git a/omegalib/examples/old_test/dagstuhl2.oc-rt b/omegalib/examples/old_test/dagstuhl2.oc-rt
new file mode 100644
index 0000000..2cf1f8c
--- /dev/null
+++ b/omegalib/examples/old_test/dagstuhl2.oc-rt
@@ -0,0 +1,11 @@
+# Omega Calculator v1.2 (based on Omega Library 1.2, August, 2000):
+# {[i,j] :
+# 2i+6j>=9
+# && 5i-3j >= 0
+# && 2i-10j >= -15
+# && -2i+6j >= 3
+# && -2i-6j >= -17};
+
+{[i,j] : FALSE }
+
+#