summaryrefslogtreecommitdiff
path: root/omegalib/examples/old_test/hull2.oc-rt
diff options
context:
space:
mode:
Diffstat (limited to 'omegalib/examples/old_test/hull2.oc-rt')
-rw-r--r--omegalib/examples/old_test/hull2.oc-rt14
1 files changed, 0 insertions, 14 deletions
diff --git a/omegalib/examples/old_test/hull2.oc-rt b/omegalib/examples/old_test/hull2.oc-rt
deleted file mode 100644
index f5e2e94..0000000
--- a/omegalib/examples/old_test/hull2.oc-rt
+++ /dev/null
@@ -1,14 +0,0 @@
-# Omega Calculator v1.2 (based on Omega Library 1.2, August, 2000):
-# R := {[1,1]} union {[3,3]};
-#
-# R;
-
-{[1,1]} union
- {[3,3]}
-
-#
-# hull R;
-
-{[In_1,In_1]: 1 <= In_1 <= 3}
-
-#