1 context: '[N] -> { [] : N >= 8 and N <= 16 }'
3 - context: '[N] -> { [] : N >= 0 }'
4 extent: '[N] -> { a[i0] : i0 >= 0 and i0 <= -1 + N }'
6 - context: '[N] -> { [] : N >= 0 }'
7 extent: '[N] -> { b[i0] : i0 >= 0 and i0 <= -1 + N }'
11 domain: '[N] -> { S_0[t, j] : t >= 0 and j <= -1 + N and j >= 0 }'
12 schedule: '[N] -> { S_0[t, j] -> [0, t, 0, j] }'
18 relation: '[N] -> { S_0[t, j] -> a[j] }'
22 relation: '[N] -> { S_0[t, j] -> [0] }'
26 domain: '[N] -> { S_1[t, j] : t >= 0 and j <= -1 + N and j >= 0 }'
27 schedule: '[N] -> { S_1[t, j] -> [0, t, 1, j] }'
33 relation: '[N] -> { S_1[t, j] -> b[j] }'
37 relation: '[N] -> { S_1[t, j] -> a[j] }'