mirror of
https://review.haiku-os.org/buildtools
synced 2025-02-07 22:44:46 +01:00
2 lines
139 B
Plaintext
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 }
|