summaryrefslogtreecommitdiff
path: root/omegalib/examples/old_test/p8.oc-rt
diff options
context:
space:
mode:
Diffstat (limited to 'omegalib/examples/old_test/p8.oc-rt')
-rw-r--r--omegalib/examples/old_test/p8.oc-rt21
1 files changed, 0 insertions, 21 deletions
diff --git a/omegalib/examples/old_test/p8.oc-rt b/omegalib/examples/old_test/p8.oc-rt
deleted file mode 100644
index b9d569a..0000000
--- a/omegalib/examples/old_test/p8.oc-rt
+++ /dev/null
@@ -1,21 +0,0 @@
-# Omega Calculator v1.2 (based on Omega Library 1.2, August, 2000):
-# R1 := {[i] -> [j] : i < j};
-#
-# R2 := {[x] -> [y] : x < y};
-#
-# inverse R2;
-
-{[y] -> [x] : x < y}
-
-#
-# R1 union R2;
-
-{[In_1] -> [Out_1] : In_1 < Out_1}
-
-#
-# R2(R1);
-
-{[i] -> [y] : i <= y-2}
-
-#
-#