summaryrefslogtreecommitdiff
path: root/omegalib/examples/old_test/stride6
diff options
context:
space:
mode:
Diffstat (limited to 'omegalib/examples/old_test/stride6')
-rw-r--r--omegalib/examples/old_test/stride610
1 files changed, 0 insertions, 10 deletions
diff --git a/omegalib/examples/old_test/stride6 b/omegalib/examples/old_test/stride6
deleted file mode 100644
index 364e24c..0000000
--- a/omegalib/examples/old_test/stride6
+++ /dev/null
@@ -1,10 +0,0 @@
-symbolic n;
-R := {[i,j]: i >= 1 && i <= 101 &&
- j >= i && j <=401 && exists (alpha : j = 2 alpha)};
-codegen R;
-S := {[i,j]: i >= 1 && i <= 101 && exists (alpha : i = 2 alpha) &&
- j >= i && j <=401 && exists (alpha : j = 2 alpha)};
-codegen S;
-T := {[i,j]: i >= 1 && i <= 101 && exists (alpha : i = 2 alpha) &&
- j >= i && j <=401 && exists (alpha : 2j = 4 alpha)};
-codegen T;