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