Searched refs:this_cycle (Results 1 – 1 of 1) sorted by relevance
194 this_cycle = set(cycle) variable195 disjoints = [x for x in islands if this_cycle.isdisjoint(x)]196 overlaps = [x for x in islands if not this_cycle.isdisjoint(x)]197 islands = disjoints + [set.union(this_cycle, *overlaps)]