summaryrefslogtreecommitdiff
path: root/omegalib/examples/old_test/p9.oc-rt
diff options
context:
space:
mode:
Diffstat (limited to 'omegalib/examples/old_test/p9.oc-rt')
-rw-r--r--omegalib/examples/old_test/p9.oc-rt13
1 files changed, 0 insertions, 13 deletions
diff --git a/omegalib/examples/old_test/p9.oc-rt b/omegalib/examples/old_test/p9.oc-rt
deleted file mode 100644
index b3e1f55..0000000
--- a/omegalib/examples/old_test/p9.oc-rt
+++ /dev/null
@@ -1,13 +0,0 @@
-# Omega Calculator v1.2 (based on Omega Library 1.2, August, 2000):
-# symbolic lot_E;
-#
-# {[k_w,l_w] -> [k_r,l_r] :
-# 1 <= k_r <= 12 and
-# 1 <= l_r <= lot_E and
-# 2k_r+96l_r = 12+2k_w+96l_w and
-# 1 <= k_w <= 3 and
-# 1 <= l_w <= lot_E};
-
-{[k_w,l_w] -> [k_w+6,l_w] : 1 <= k_w <= 3 && 1 <= l_w <= lot_E}
-
-#