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