summaryrefslogtreecommitdiff
path: root/omegalib/examples/old_test/gc
diff options
context:
space:
mode:
Diffstat (limited to 'omegalib/examples/old_test/gc')
-rw-r--r--omegalib/examples/old_test/gc6
1 files changed, 0 insertions, 6 deletions
diff --git a/omegalib/examples/old_test/gc b/omegalib/examples/old_test/gc
deleted file mode 100644
index 932f595..0000000
--- a/omegalib/examples/old_test/gc
+++ /dev/null
@@ -1,6 +0,0 @@
-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;