diff options
Diffstat (limited to 'omegalib/examples/old_test/gc')
-rw-r--r-- | omegalib/examples/old_test/gc | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/omegalib/examples/old_test/gc b/omegalib/examples/old_test/gc new file mode 100644 index 0000000..932f595 --- /dev/null +++ b/omegalib/examples/old_test/gc @@ -0,0 +1,6 @@ +A := {[i] : 1 <= i <= 8}; +b := {[i] : exists (t : i=2t+1 & 0<=t<=3)}; +c := {[i] : exists (t : i=2t+2 & 0<=t<=3)}; +d := A - b; +d; +codegen d; |