isl_basic_set_sort_constraints: take into account all coefficients
[isl.git] / test_inputs / codegen / cloog / reservoir-bastoul3.c
blob6d82ce4a89b58b4b291db8003bc2a6f0374f1826
1 for (int c0 = 3; c0 <= 9; c0 += 1)
2 for (int c1 = max(c0 - 6, -(c0 % 2) + 2); c1 <= min(3, c0 - 2); c1 += 2)
3 S1(c0, c1, (c0 - c1) / 2);