diff options
Diffstat (limited to 'omegalib/examples/old_test/dagstuhl3.oc-rt')
-rw-r--r-- | omegalib/examples/old_test/dagstuhl3.oc-rt | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/omegalib/examples/old_test/dagstuhl3.oc-rt b/omegalib/examples/old_test/dagstuhl3.oc-rt new file mode 100644 index 0000000..6dbb128 --- /dev/null +++ b/omegalib/examples/old_test/dagstuhl3.oc-rt @@ -0,0 +1,9 @@ +# Omega Calculator v1.2 (based on Omega Library 1.2, August, 2000): +# # In verify, we now prefer to eliminate wildcards last +# # This gives us an improved chance of finding equality +# # constraints on wildcards. +# {[i,j] : 0 <= i,j <= 4 && exists(a:i=j+5a)}; + +{[i,i]: 0 <= i <= 4} + +# |