1 | static LS winograd_variants(S s) {
|
2 | S a = winograd_takeFirstOption(s); |
3 | if (eq(a, s)) ret ll(s); |
4 | ret ll(a, winograd_takeSecondOption(s)); |
5 | } |
download show line numbers debug dex old transpilations
Travelled to 7 computer(s): bhatertpkbcr, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tvejysmllsmz, vouqrxazstgt, xrpafgyirdlv
No comments. add comment
| Snippet ID: | #1027173 |
| Snippet name: | winograd_variants |
| Eternal ID of this version: | #1027173/2 |
| Text MD5: | 46918fe667929cbfd12579fb795fe612 |
| Author: | stefan |
| Category: | javax / a.i. |
| Type: | JavaX fragment (include) |
| Public (visible to everyone): | Yes |
| Archived (hidden from active list): | No |
| Created/modified: | 2020-02-24 11:20:48 |
| Source code size: | 147 bytes / 5 lines |
| Pitched / IR pitched: | No / No |
| Views / Downloads: | 408 / 456 |
| Version history: | 1 change(s) |
| Referenced in: | [show references] |