3 context: '[N] -> { : N >= 8 and N <= 16 }'
5 - context: '[N] -> { : N >= 0 }'
6 extent: '[N] -> { a[i0] : i0 <= -1 + N and i0 >= 0 }'
9 - context: '[N] -> { : N >= 0 }'
10 extent: '[N] -> { b[i0] : i0 <= -1 + N and i0 >= 0 }'
15 domain: '[N] -> { S_0[t, j] : j >= 0 and t >= 0 and j <= -1 + N }'
16 schedule: '[N] -> { S_0[t, j] -> [0, t, 0, j] }'
22 relation: '[N] -> { S_0[t, j] -> a[j] }'
23 index: '[N] -> { S_0[t, j] -> a[(j)] }'
24 reference: __pet_ref_0
30 domain: '[N] -> { S_1[t, j] : j >= 0 and t >= 0 and j <= -1 + N }'
31 schedule: '[N] -> { S_1[t, j] -> [0, t, 1, j] }'
37 relation: '[N] -> { S_1[t, j] -> b[j] }'
38 index: '[N] -> { S_1[t, j] -> b[(j)] }'
39 reference: __pet_ref_1
43 relation: '[N] -> { S_1[t, j] -> a[j] }'
44 index: '[N] -> { S_1[t, j] -> a[(j)] }'
45 reference: __pet_ref_2