1# Check that the isolate option is adjusted by schedule space scaling
2domain: "{ A[i,j] : 0 <= i,j < 100 }"
3child:
4 schedule: "[{ A[i,j] -> [3i] }]"
5 child:
6 schedule: "[{ A[i,j] -> [3j] }]"
7 options: "{ isolate[[x] -> [y]] : 10 <= x <= 20 }"
8