1domain: "{ a[i] : 0 <= i < 10; b[i] : 0 <= i < 10 }" 2child: 3 schedule: "[{ a[i] -> [i]; b[i] -> [i+1] }]" 4 options: "{ separate[x] }" 5 child: 6 sequence: 7 - filter: "{ a[i] }" 8 - filter: "{ b[i] }" 9