summaryrefslogtreecommitdiff
path: root/omegalib/examples/old_test/wrap0
diff options
context:
space:
mode:
Diffstat (limited to 'omegalib/examples/old_test/wrap0')
-rw-r--r--omegalib/examples/old_test/wrap07
1 files changed, 0 insertions, 7 deletions
diff --git a/omegalib/examples/old_test/wrap0 b/omegalib/examples/old_test/wrap0
deleted file mode 100644
index ca914af..0000000
--- a/omegalib/examples/old_test/wrap0
+++ /dev/null
@@ -1,7 +0,0 @@
-symbolic n;
-I := {[i,j,k] : 1 <= i,j,k <= n};
-R1 := {[i,j,n] -> [i,j+1,1] : 1 <= i,j,j+1 <= n}
- union {[i,j,k] -> [i,j,k'] : 1 <= i,j,k,k' <= n && k' = k+1};
-R1;
-R1+ within I;
-R1+;