isl_basic_map_gist: drop irrelevant constraints from the context
[isl.git] / test_inputs / codegen / cloog / min-2-1.c
blobbf5c9a71176e0bce6a73111ac93d3c47b375be46
1 for (int c0 = 1; c0 <= N; c0 += 1)
2 for (int c1 = 0; c1 <= min(min(N - c0, c0), M); c1 += 1)
3 for (int c2 = 0; c2 <= min(min(M, N - c0), c0); c2 += 1)
4 S1(c0, c1, c2);