summaryrefslogtreecommitdiff
path: root/omega/examples/old_test/iter4
blob: 2660d335ecf5dfbf12b8ab19e4d32d21a4f97c4d (plain)
1
2
R := { [i,j] : i < 10 && i > 1 && j <=2i && j > i};
codegen R;