xref: /netbsd-src/external/mit/isl/dist/test_inputs/linearExample.pwqp (revision 5971e316fdea024efff6be8f03536623db06833e)
1[N, M, L] -> { [i, j, k] -> ((1/2 * i + 5 * j) + 1/7 * k) : i >= 0 and k >= -N + i and k >= -M - j and j <= L + i and L >= 0 and L >= -M }
2