1 | static Set<S> ai_cluster_forward(Set<S> cluster, S rel) { |
2 | Set<S> set = litciset(); |
3 | for (S s : cluster) |
4 | set.addAll(ai_texts(s, rel, "$X")); |
5 | ret set; |
6 | } |
Began life as a copy of #1012034
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: | #1012035 |
Snippet name: | ai_cluster_forward - forward-search |
Eternal ID of this version: | #1012035/1 |
Text MD5: | 53353a0bb684750945556ea01f072556 |
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:54:56 |
Source code size: | 164 bytes / 6 lines |
Pitched / IR pitched: | No / No |
Views / Downloads: | 425 / 446 |
Referenced in: | [show references] |