1 | static NLLogicChecker_v2 nlLogicCheckerWithRulesAndFacts(Pair<L<IfThen>, LS> p) {
|
2 | new NLLogicChecker_v2 c; |
3 | c.rules = p.a; |
4 | c.facts = p.b; |
5 | ret c; |
6 | } |
Began life as a copy of #1018051
download show line numbers debug dex old transpilations
Travelled to 13 computer(s): aoiabmzegqzx, bhatertpkbcr, cbybwowwnfue, cfunsshuasjs, gwrvuhgaqvyk, irmadwmeruwu, ishqpsrjomds, lpdgvwnxivlt, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tvejysmllsmz, vouqrxazstgt
No comments. add comment
| Snippet ID: | #1018084 |
| Snippet name: | nlLogicCheckerWithRulesAndFacts |
| Eternal ID of this version: | #1018084/2 |
| Text MD5: | 1fbafbeb6c898cd462d6e7f78f4a7f9a |
| Author: | stefan |
| Category: | javax / a.i. |
| Type: | JavaX fragment (include) |
| Public (visible to everyone): | Yes |
| Archived (hidden from active list): | No |
| Created/modified: | 2018-08-29 16:24:34 |
| Source code size: | 158 bytes / 6 lines |
| Pitched / IR pitched: | No / No |
| Views / Downloads: | 479 / 532 |
| Version history: | 1 change(s) |
| Referenced in: | [show references] |