summaryrefslogtreecommitdiff
path: root/omegalib/examples/old_test/iter6
blob: b093c0b30127e1e86dc1a79ada93c475aaec64d3 (plain)
1
2
3
4
5
6
Y := { [i,j] : 1 <= i <= 5 and 12 <= j <= 17};
codegen Y;

X := { [i,j] : 17i-153 = 12j+17 and 1 <= i <= 100 and 1 <= j <= 100 and i < j};
codegen X;