summaryrefslogtreecommitdiff
path: root/omegalib/examples/old_test/iter2
blob: e3ccff1f4cc532e6fc23c7b8dc2c0e5a696f04ef (plain)
1
2
R := { [i,j] : i <= 10 && i >= 1 && j <=100 && j >= 10};
codegen R;