Skip to content

Commit

Permalink
refreshing
Browse files Browse the repository at this point in the history
  • Loading branch information
josd committed Dec 31, 2024
1 parent de17214 commit a57ce75
Show file tree
Hide file tree
Showing 2 changed files with 11,652 additions and 11,647 deletions.
11 changes: 8 additions & 3 deletions logicizing/bmt.pl
Original file line number Diff line number Diff line change
Expand Up @@ -10005,9 +10005,14 @@
'<urn:example:i9>'('<urn:example:i9>', '<urn:example:i96>').

'<urn:example:cycle>'(A, [B, C, D, E, F, G, H, I, J, K, B]) :-
current_predicate(A/2),
atom_concat('<urn:example:', _, A),
A \= '<urn:example:cycle>',
findall(P,
( current_predicate(P/2),
atom_concat('<urn:example:', _, P),
P \= '<urn:example:cycle>'
),
L
),
member(A, L),
call(A, B, C),
call(A, C, D),
call(A, D, E),
Expand Down
Loading

0 comments on commit a57ce75

Please sign in to comment.