NO
0 QTRS
↳1 NonTerminationProof (⇒, 0 ms)
↳2 NO
Begin(f(x)) → Wait(Right1(x))
Begin(c(x)) → Wait(Right2(x))
Begin(f(x)) → Wait(Right3(x))
Right1(c(End(x))) → Left(f(c(c(End(x)))))
Right2(c(End(x))) → Left(c(End(x)))
Right3(n(End(x))) → Left(f(n(End(x))))
Right1(c(x)) → Ac(Right1(x))
Right2(c(x)) → Ac(Right2(x))
Right3(c(x)) → Ac(Right3(x))
Right1(f(x)) → Af(Right1(x))
Right2(f(x)) → Af(Right2(x))
Right3(f(x)) → Af(Right3(x))
Right1(n(x)) → An(Right1(x))
Right2(n(x)) → An(Right2(x))
Right3(n(x)) → An(Right3(x))
Ac(Left(x)) → Left(c(x))
Af(Left(x)) → Left(f(x))
An(Left(x)) → Left(n(x))
Wait(Left(x)) → Begin(x)
c(f(x)) → f(c(c(x)))
c(c(x)) → c(x)
n(f(x)) → f(n(x))
Wait Left f n End → Wait Left f n End
Wait Left f → Wait Right3
by OverlapClosure OC 2Wait Left → Begin
by original rule (OC 1)Begin f → Wait Right3
by original rule (OC 1)
Right3 n End → Left f n End
by original rule (OC 1)