NO
0 QTRS
↳1 NonTerminationProof (⇒, 629 ms)
↳2 NO
Begin(b(b(x))) → Wait(Right1(x))
Begin(b(x)) → Wait(Right2(x))
Begin(a(b(x))) → Wait(Right3(x))
Begin(b(x)) → Wait(Right4(x))
Right1(a(End(x))) → Left(b(a(a(End(x)))))
Right2(a(b(End(x)))) → Left(b(a(a(End(x)))))
Right3(a(End(x))) → Left(b(b(a(End(x)))))
Right4(a(a(End(x)))) → Left(b(b(a(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))
Aa(Left(x)) → Left(a(x))
Ab(Left(x)) → Left(b(x))
Wait(Left(x)) → Begin(x)
a(b(b(x))) → b(a(a(x)))
a(a(b(x))) → b(b(a(x)))
Wait Left b a a a End → Wait Left b a a a End
Wait Left b → Wait Right4
by OverlapClosure OC 2Wait Left → Begin
by original rule (OC 1)Begin b → Wait Right4
by original rule (OC 1)
Right4 a a a End → Left b a a a End
by OverlapClosure OC 3Right4 a a a End → Left a b b a End
by OverlapClosure OC 3Right4 a a a End → Aa Left b b a End
by OverlapClosure OC 2Right4 a → Aa Right4
by original rule (OC 1)Right4 a a End → Left b b a End
by original rule (OC 1)Aa Left → Left a
by original rule (OC 1)a b b → b a a
by original rule (OC 1)