summaryrefslogtreecommitdiff
path: root/omegalib/examples/old_test/p4.oc-rt
diff options
context:
space:
mode:
Diffstat (limited to 'omegalib/examples/old_test/p4.oc-rt')
-rw-r--r--omegalib/examples/old_test/p4.oc-rt22
1 files changed, 0 insertions, 22 deletions
diff --git a/omegalib/examples/old_test/p4.oc-rt b/omegalib/examples/old_test/p4.oc-rt
deleted file mode 100644
index 020d1d2..0000000
--- a/omegalib/examples/old_test/p4.oc-rt
+++ /dev/null
@@ -1,22 +0,0 @@
-# Omega Calculator v1.2 (based on Omega Library 1.2, August, 2000):
-# inverse { [i] -> [i+1] : 1 <= i <= 9 };
-
-{[In_1] -> [In_1-1] : 2 <= In_1 <= 10}
-
-#
-# domain { [i] -> [i+1] : 1 <= i <= 9 };
-
-{[i]: 1 <= i <= 9}
-
-#
-# range { [i] -> [i+1] : 1 <= i <= 9 };
-
-{[In_1]: 2 <= In_1 <= 10}
-
-#
-# { [i] -> [i+1] : 1 <= i <= 9 } compose { [i] -> [i+1] : 1 <= i <= 9 };
-
-{[i] -> [i+2] : 1 <= i <= 8}
-
-#
-#