1domain: "{ a[i] : 0 <= i < 10; b[i] : 0 <= i < 10 }"
2child:
3  schedule: "[{ a[i] -> [i]; b[i] -> [i+1] }]"
4  options: "{ atomic[x] }"
5