summaryrefslogtreecommitdiff
path: root/omegalib/examples/old_test/m3.oc-rt
diff options
context:
space:
mode:
Diffstat (limited to 'omegalib/examples/old_test/m3.oc-rt')
-rw-r--r--omegalib/examples/old_test/m3.oc-rt11
1 files changed, 0 insertions, 11 deletions
diff --git a/omegalib/examples/old_test/m3.oc-rt b/omegalib/examples/old_test/m3.oc-rt
deleted file mode 100644
index b466eb9..0000000
--- a/omegalib/examples/old_test/m3.oc-rt
+++ /dev/null
@@ -1,11 +0,0 @@
-# Omega Calculator v1.2 (based on Omega Library 1.2, August, 2000):
-# I := {[i,j] : 1 <= i+j,j <= 10};
-#
-# codegen I;
-for(t1 = -9; t1 <= 9; t1++) {
- for(t2 = max(-t1+1,1); t2 <= min(-t1+10,10); t2++) {
- s1(t1,t2);
- }
-}
-
-#