1domain: "{ S2[i0, i1, i2] : i1 >= 0 and i1 <= 9999 and i2 >= 0 and i2 <= i1 and i1 >= 25 + 50i0 and i1 <= 49 + 50i0; S1[i0, i1, i2] : i1 >= 0 and i1 <= 9999 and i2 >= 0 and i2 <= i1 and i1 >= 50i0 and i1 <= 24 + 50i0 }"
2child:
3  context: "{ [] }"
4  child:
5    schedule: "[{ S1[i0, i1, i2] -> [(i0)]; S2[i0, i1, i2] -> [(i0)] }]"
6    options: "{ separate[i0] }"
7    child:
8      sequence:
9      - filter: "{ S1[i0, i1, i2] }"
10        child:
11          schedule: "[{ S1[i0, i1, i2] -> [(i1)] }, { S1[i0, i1, i2] -> [(i2)] }]"
12          options: "{ separate[i0] }"
13      - filter: "{ S2[i0, i1, i2] }"
14        child:
15          schedule: "[{ S2[i0, i1, i2] -> [(i1)] }, { S2[i0, i1, i2] -> [(i2)] }]"
16          options: "{ separate[i0] }"
17