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, 0 insertions, 17 deletions
diff --git a/omegalib/examples/old_test/farkas.oc-rt b/omegalib/examples/old_test/farkas.oc-rt
deleted file mode 100644
index cd52e5e..0000000
--- a/omegalib/examples/old_test/farkas.oc-rt
+++ /dev/null
@@ -1,17 +0,0 @@
-# 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}
-
-#