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