Content deleted Content added
→Default reasoning in ALP: yet another rewrite |
|||
Line 96:
Moreover, abduction in ALP can simulate [[negation as failure]] in normal logic programming.
Consider the classic example of reasoning by default that a bird can fly if it cannot be shown that the bird is abnormal. Here is a variant of the example using negation as failure
<syntaxhighlight lang="prolog">
|