blob: c79782039d31d896c094ab5043edb4683614b3d6 [file] [log] [blame]
sink: { S[] -> a[] }
must_source: { T[i] -> a[] : 0 <= i < 10 and i mod 2 = 0 }
may_source: { T[i] -> a[] : 0 <= i < 10 and i mod 2 = 1 }
schedule_map: { T[i] -> [0,i]; S[] -> [1,0] }