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