1domain: "{ S2[i0, i1] : i0 >= 1 and i0 <= 100 and i1 >= 1 and i1 <= 100; S1[i0, i1] : i0 >= 1 and i0 <= 100 and i1 >= 1 and i1 <= 100 }"
2child:
3  context: "{ [] }"
4  child:
5    schedule: "[{ S1[i0, i1] -> [(i0 - i1)]; S2[i0, i1] -> [(1 + i0 - i1)] }]"
6    options: "{ separate[i0] }"
7    child:
8      schedule: "[{ S1[i0, i1] -> [(2i1)]; S2[i0, i1] -> [(-1 + 2i1)] }]"
9      options: "{ separate[i0] }"
10      child:
11        sequence:
12        - filter: "{ S1[i0, i1] }"
13        - filter: "{ S2[i0, i1] }"
14