summaryrefslogtreecommitdiff
path: root/omegalib/examples/old_test/m7
blob: 62c0c64604e54142a62380dccf7a92167310ad74 (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};
R3:={[i,j]: 1 <= i,j <= 9 && exists (alpha: j = 2alpha)};
codegen T1:R2,T2:R3;
codegen 2 T1:R2,T2:R3;