summaryrefslogtreecommitdiff
path: root/omegalib/examples/old_test/p7.oc-rt
diff options
context:
space:
mode:
Diffstat (limited to 'omegalib/examples/old_test/p7.oc-rt')
-rw-r--r--omegalib/examples/old_test/p7.oc-rt7
1 files changed, 0 insertions, 7 deletions
diff --git a/omegalib/examples/old_test/p7.oc-rt b/omegalib/examples/old_test/p7.oc-rt
deleted file mode 100644
index af7cf5f..0000000
--- a/omegalib/examples/old_test/p7.oc-rt
+++ /dev/null
@@ -1,7 +0,0 @@
-# Omega Calculator v1.2 (based on Omega Library 1.2, August, 2000):
-# { [i] -> [j] : 1 <= i,j <= 10 and i != j};
-
-{[i] -> [j] : 1 <= j < i <= 10} union
- {[i] -> [j] : 1 <= i < j <= 10}
-
-#