Question: 1. Trace the backtracking + constraint propagation algorithm for finding an answer set of the program. p(a) :- not p(b). p(b) :- not p(a). q(a).
1. Trace the backtracking + constraint propagation algorithm for finding an answer set of the program.
p(a) :- not p(b).
p(b) :- not p(a).
q(a).
q(b) :- p(X), not r(X).
Note that the signature of the program above contains only two constants: a and b.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
