xref: /netbsd-src/external/mit/isl/dist/test_inputs/unexpanded.pwqp (revision 0a3071956a3a9fdebdbf7f338cf2d439b45fc728)
1{ [x, y] -> ((x - x^2) * y + (-x + x^2) * y^2) : x >= 0 and x <= 2 and y >= 0 and y <= 2 }
2