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