mirror of
https://review.haiku-os.org/buildtools
synced 2025-02-19 04:07:46 +01:00
4 lines
193 B
Plaintext
4 lines
193 B
Plaintext
[M, N] -> { S2[i0, i1] -> [i0, i1, 1] : i0 >= 1 and i0 <= N and i1 >= 1 and i1 <= M; S1[i0] -> [i0, 0, 0] : i0 >= 1 }
|
|
[M, N] -> { : M >= 1 and N >= 1 }
|
|
[M, N] -> { [i, j, k] -> separate[o0] }
|