1 | static void ai_expandCluster(Set<S> cluster) { |
2 | for (S s : cloneList(cluster)) { |
3 | cluster.addAll(ai_texts(s, "is identical to", "$X")); |
4 | cluster.addAll(ai_texts("$X", "is identical to", s)); |
5 | } |
6 | } |
download show line numbers debug dex old transpilations
Travelled to 13 computer(s): aoiabmzegqzx, bhatertpkbcr, cbybwowwnfue, cfunsshuasjs, gwrvuhgaqvyk, ishqpsrjomds, lpdgvwnxivlt, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tslmcundralx, tvejysmllsmz, vouqrxazstgt
No comments. add comment
Snippet ID: | #1012034 |
Snippet name: | ai_expandCluster |
Eternal ID of this version: | #1012034/1 |
Text MD5: | 2a5459d84ca0f1e9d2dae69042daf270 |
Author: | stefan |
Category: | javax / a.i. |
Type: | JavaX fragment (include) |
Public (visible to everyone): | Yes |
Archived (hidden from active list): | No |
Created/modified: | 2017-11-16 06:53:19 |
Source code size: | 208 bytes / 6 lines |
Pitched / IR pitched: | No / No |
Views / Downloads: | 419 / 462 |
Referenced in: | [show references] |