General Game Playing
Problem op.4 - Redundant Subgoal Deletion |
For each of the following rules, select the alternative that is equivalent to the original.
|
(c) |
r(X,Y,Z) :- p(X,Y) & q(Y) & q(Z) & q(W) |
|
|
r(X,Y,Z) :- p(X,Y) & q(Y) & q(Z) |
|
|
r(X,Y,Z) :- p(X,Y) & q(Y) & q(W) |
|
|
r(X,Y,Z) :- p(X,Y) & q(Z) & q(W) |
|
|