xref: /netbsd-src/external/mit/isl/dist/test_inputs/product.pwqp (revision 5971e316fdea024efff6be8f03536623db06833e)
1[N] -> { [i0, i1, i2] -> (i0^3 * i1^2 + N * i1 * i2) : i0 >= 0 and i0 <= N and i1 >= 0 and i1 <= N and i2 >= 0 and i2 <= N }
2