Implements the recency tactic.
kw
recency instantiation1 instantiation2 => result
| instantiation1⇩ |
An instantiation object. |
| instantiation2⇩ |
An instantiation object. |
| result |
A boolean. |
The conflict resolution tactic / function recency returns true if and only if instantiation1 is preferred to instantiation2 by the conflict resolution tactic recency, otherwise false. The function is intended to be used primarily by including it in the conflict resolution strategy for a context.
(defcontext my-context1 :strategy (recency)) (defcontext my-context2 :strategy (priority recency))
3.1.5.3 Conflict Resolution
defcontext
deftactic
-recency
instantiation
conflict-set
fire-rule
KnowledgeWorks and Prolog User Guide (Unix version) - 18 Feb 2025 15:37:21