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, 4 insertions, 0 deletions
diff --git a/omegalib/examples/old_test/stride3 b/omegalib/examples/old_test/stride3
new file mode 100644
index 0000000..859e9b8
--- /dev/null
+++ b/omegalib/examples/old_test/stride3
@@ -0,0 +1,4 @@
+symbolic n;
+new_IS := {[t1,t2] : exists (alpha : t1 = 32alpha+3 &&
+ t2 - 31,0 <= t1 <= t2 <= n)};
+codegen new_IS;