NO
0 QTRS
↳1 NonTerminationProof (⇒, 25 ms)
↳2 NO
Begin(a(x)) → Wait(Right1(x))
Begin(c(a(x))) → Wait(Right2(x))
Begin(a(x)) → Wait(Right3(x))
Right1(b(End(x))) → Left(a(b(b(End(x)))))
Right2(b(End(x))) → Left(c(a(b(End(x)))))
Right3(b(c(End(x)))) → Left(c(a(b(End(x)))))
Right1(b(x)) → Ab(Right1(x))
Right2(b(x)) → Ab(Right2(x))
Right3(b(x)) → Ab(Right3(x))
Right1(a(x)) → Aa(Right1(x))
Right2(a(x)) → Aa(Right2(x))
Right3(a(x)) → Aa(Right3(x))
Right1(c(x)) → Ac(Right1(x))
Right2(c(x)) → Ac(Right2(x))
Right3(c(x)) → Ac(Right3(x))
Ab(Left(x)) → Left(b(x))
Aa(Left(x)) → Left(a(x))
Ac(Left(x)) → Left(c(x))
Wait(Left(x)) → Begin(x)
b(a(x)) → a(b(b(x)))
b(c(a(x))) → c(a(b(x)))
Wait Left c a b End → Wait Left c a b End
Wait Left c a → Wait Right2
by OverlapClosure OC 2Wait Left → Begin
by original rule (OC 1)Begin c a → Wait Right2
by original rule (OC 1)
Right2 b End → Left c a b End
by original rule (OC 1)