summaryrefslogtreecommitdiff
path: root/omegalib/examples/old_test/farkas.oc-rt
diff options
context:
space:
mode:
Diffstat (limited to 'omegalib/examples/old_test/farkas.oc-rt')
-rw-r--r--omegalib/examples/old_test/farkas.oc-rt17
1 files changed, 17 insertions, 0 deletions
diff --git a/omegalib/examples/old_test/farkas.oc-rt b/omegalib/examples/old_test/farkas.oc-rt
new file mode 100644
index 0000000..cd52e5e
--- /dev/null
+++ b/omegalib/examples/old_test/farkas.oc-rt
@@ -0,0 +1,17 @@
+# Omega Calculator v1.2 (based on Omega Library 1.2, August, 2000):
+#
+# symbolic n;
+#
+# symbolic c;
+#
+#
+# R := {[i,j] : 1 <= i <= 10 && 1 <= j <= n};
+#
+#
+# ac := farkas R;
+#
+# ac;
+
+{[i,j]: 0 <= constantTerm+n+i+j && 0 <= constantTerm+n+10i+j && 0 <= n+j && 0 <= n}
+
+#