summaryrefslogtreecommitdiff
path: root/omega/examples/old_test/x
blob: 56c23cab3033fdabca619143dd8623c8da40bbd1 (plain)
1
2
3
4
5
6
7
8
9
old_IS:= {[i,j]: 1 <= i <= 8 & 1 <= j <= 4};
T1:={[i,j] -> [j-i+8,i,0]};
T2:={[i,j] -> [i+j-1,i,1]};
n1:= T1 \ old_IS;
n1;
n2:= T2 \ old_IS;
n2;
codegen T1:old_IS,T2:old_IS;
codegen 2 T1:old_IS,T2:old_IS;