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