Rename variable in example for consistency
This commit is contained in:
parent
82422cc28f
commit
7361084eaf
@ -2,4 +2,4 @@
|
|||||||
|
|
||||||
:- I != J, in(I), in(J), s(X, I), s(X, J).
|
:- I != J, in(I), in(J), s(X, I), s(X, J).
|
||||||
covered(X) :- in(I), s(X, I).
|
covered(X) :- in(I), s(X, I).
|
||||||
:- s(X, Y), not covered(X).
|
:- s(X, I), not covered(X).
|
||||||
|
Loading…
Reference in New Issue
Block a user