summaryrefslogtreecommitdiff
path: root/omegalib/examples/old_test/stride5
blob: 9c4f1b0cfa3a7fbf5efb2b2a3ec858944f086f61 (plain)
1
2
3
4
symbolic n;
R := {[i,j]: i >= 1 && i <= 101 && exists (alpha : i = 2 alpha) &&
             j >= i+2n && j <=401 && exists (alpha : j = 2 alpha)};
codegen R;