summaryrefslogtreecommitdiff
path: root/omegalib/examples/old_test/p13.oc-rt
diff options
context:
space:
mode:
Diffstat (limited to 'omegalib/examples/old_test/p13.oc-rt')
-rw-r--r--omegalib/examples/old_test/p13.oc-rt13
1 files changed, 13 insertions, 0 deletions
diff --git a/omegalib/examples/old_test/p13.oc-rt b/omegalib/examples/old_test/p13.oc-rt
new file mode 100644
index 0000000..b52c4d6
--- /dev/null
+++ b/omegalib/examples/old_test/p13.oc-rt
@@ -0,0 +1,13 @@
+# Omega Calculator v1.2 (based on Omega Library 1.2, August, 2000):
+# T := { [d1, -1] : d1 > 0 };
+#
+# T;
+
+{[d1,-1]: 1 <= d1}
+
+#
+# farkas T;
+
+{[d1,In_2]: 0 <= d1 && In_2 <= constantTerm+d1}
+
+#