summaryrefslogtreecommitdiff
path: root/omega/examples/old_test/m8
blob: eb6938bfd5fa6c97121b86735f8d5b64be14198b (plain)
1
2
3
4
5
6
T1:={[i,j]->[j,i,0]};
T2:={[i,j]->[j,i,1]};
R2:={[i,j]: 1 <= i,j <= 9 && exists (alpha: j = 4alpha)};
R3:={[i,j]: 1 <= i,j <= 9 && exists (alpha: j = 2alpha)};
codegen T1:R2,T2:R3;
codegen 2 T1:R2,T2:R3;