(0) Obligation:

Clauses:

a :- b.
b :- c.
c :- d.
d :- ','(e, !).
e.
e :- a.

Query: a()

(1) PrologDeterminacyProcessorProof (EQUIVALENT transformation)

The root node satisfies the determinacy criterion.

(2) YES