buildtools/isl/test_inputs/linearExample.pwqp
2014-01-27 21:38:34 +01:00

2 lines
139 B
Plaintext

[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 }