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