diff options
Diffstat (limited to 'omegalib/examples/old_test/wak5.oc-rt')
-rw-r--r-- | omegalib/examples/old_test/wak5.oc-rt | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/omegalib/examples/old_test/wak5.oc-rt b/omegalib/examples/old_test/wak5.oc-rt new file mode 100644 index 0000000..2d5830c --- /dev/null +++ b/omegalib/examples/old_test/wak5.oc-rt @@ -0,0 +1,11 @@ +# Omega Calculator v1.2 (based on Omega Library 1.2, August, 2000): +# S1 := {[1,In_2,0,In_4,In_5,In_6,In_7]: 2 <= In_4 <= 1024 && 2 <= In_2 <= 1024}; +# +# S2 := {[1,In_2,0,In_4,In_5,In_6,In_7]: 1 <= In_4 < In_2 <= 1024}; +# +# +# Hull (S1 union S2); + +{[1,In_2,0,In_4,In_5,In_6,In_7]: 1 <= In_4 <= 1024 && 2 <= In_2 <= 1024} + +# |