1 domain: "[M] -> { S1[i0, i1] : i0 >= 1 and i0 <= M and i1 >= 1 and i1 <= M; S2[i0, i1, i2] : i0 >= 1 and i0 <= M and i1 >= 1 and i1 <= M and i2 >= 1 and i2 <= M }"
3 context: "[M] -> { [] }"
6 - filter: "[M] -> { S1[i0, i1] }"
8 schedule: "[M] -> [{ S1[i0, i1] -> [(i0)] }]"
9 options: "[M] -> { separate[i0] }"
11 schedule: "[M] -> [{ S1[i0, i1] -> [(i1)] }]"
12 options: "[M] -> { separate[i0] }"
13 - filter: "[M] -> { S2[i0, i1, i2] }"
15 schedule: "[M] -> [{ S2[i0, i1, i2] -> [(i0)] }]"
16 options: "[M] -> { separate[i0] }"
18 schedule: "[M] -> [{ S2[i0, i1, i2] -> [(i1)] }]"
19 options: "[M] -> { separate[i0] }"
21 schedule: "[M] -> [{ S2[i0, i1, i2] -> [(i2)] }]"
22 options: "[M] -> { separate[i0] }"