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