Skip to content

Commit

Permalink
refreshing
Browse files Browse the repository at this point in the history
  • Loading branch information
josd committed Sep 29, 2023
1 parent d0137dc commit dc20b8f
Showing 1 changed file with 13 additions and 3 deletions.
16 changes: 13 additions & 3 deletions reasoning/refresh/refresh.n3
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,19 @@
{
?P => ?C.
?C list:member ?D.
?D => ?E.
(?C ?D) list:remove ?F.
?G list:firstRest (?E ?F).
(?C ?D) list:remove ?E.
?D => ?F.
(
{
?F list:firstRest (?A ?B).
}
{
(?F ?E) list:append ?G.
}
{
?G list:firstRest (?F ?E).
}
) log:ifThenElseIn ?SCOPE.
} => {
?P => ?G.
}.
Expand Down

0 comments on commit dc20b8f

Please sign in to comment.