summaryrefslogtreecommitdiff
path: root/omegalib/examples/old_test/sample2
diff options
context:
space:
mode:
Diffstat (limited to 'omegalib/examples/old_test/sample2')
-rw-r--r--omegalib/examples/old_test/sample211
1 files changed, 11 insertions, 0 deletions
diff --git a/omegalib/examples/old_test/sample2 b/omegalib/examples/old_test/sample2
new file mode 100644
index 0000000..1ca6b19
--- /dev/null
+++ b/omegalib/examples/old_test/sample2
@@ -0,0 +1,11 @@
+symbolic n,m;
+
+example { [i] -> [j] : 1 <= i <= 20 };
+
+example {[i] : 1 <= i <= n};
+
+example {[i] : m <= i <= n};
+
+example {[i] : exists ( alpha : i <= 2alpha)};
+
+example {[i] : exists ( alpha : i = 2alpha)};