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