may_loop-tree.ai 228 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 8 9 10 sink: "{ S[] -> a[] }" may_source: "{ T[i] -> a[] : 0 <= i <= 9 }" schedule: domain: "{ T[i]; S[] }" child: sequence: - filter: "{ T[i] }" child: schedule: "[{ T[i] -> [(i)] }]" - filter: "{ S[] }"