diff options
Diffstat (limited to 'omegalib/examples/old_test/sample2')
-rw-r--r-- | omegalib/examples/old_test/sample2 | 11 |
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)}; |