summaryrefslogtreecommitdiff
path: root/omega/examples/old_test/gc
blob: 932f595094423f669a4aa1505ea2e269e040d804 (plain)
1
2
3
4
5
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;