summaryrefslogtreecommitdiff
path: root/omegalib/examples/old_test/stride3
diff options
context:
space:
mode:
Diffstat (limited to 'omegalib/examples/old_test/stride3')
-rw-r--r--omegalib/examples/old_test/stride34
1 files changed, 0 insertions, 4 deletions
diff --git a/omegalib/examples/old_test/stride3 b/omegalib/examples/old_test/stride3
deleted file mode 100644
index 859e9b8..0000000
--- a/omegalib/examples/old_test/stride3
+++ /dev/null
@@ -1,4 +0,0 @@
-symbolic n;
-new_IS := {[t1,t2] : exists (alpha : t1 = 32alpha+3 &&
- t2 - 31,0 <= t1 <= t2 <= n)};
-codegen new_IS;