1 domain: "[M, N] -> { S1[i0] : (i0 >= 1 and i0 <= N and i0 <= 2M) or (i0 >= M and i0 >= 1 and i0 <= N); S2[i0] : i0 >= 1 + N and i0 <= 2N }"
3 context: "[M, N] -> { [] }"
5 schedule: "[M, N] -> [{ S2[i0] -> [(i0)]; S1[i0] -> [(i0)] }]"
6 options: "[M, N] -> { separate[i0] }"
9 - filter: "[M, N] -> { S1[i0] }"
10 - filter: "[M, N] -> { S2[i0] }"