static Set ai_cluster_backward(Set cluster, S rel) { Set set = litciset(); for (S s : cluster) set.addAll(ai_texts("$X", rel, s)); ret set; }