NO
0 QTRS
↳1 NonTerminationProof (⇒, 160 ms)
↳2 NO
Begin(a(x)) → Wait(Right1(x))
Begin(b(x)) → Wait(Right2(x))
Right1(a(End(x))) → Left(a(b(c(End(x)))))
Right2(c(End(x))) → Left(b(a(c(End(x)))))
Right1(a(x)) → Aa(Right1(x))
Right2(a(x)) → Aa(Right2(x))
Right1(b(x)) → Ab(Right1(x))
Right2(b(x)) → Ab(Right2(x))
Right1(c(x)) → Ac(Right1(x))
Right2(c(x)) → Ac(Right2(x))
Aa(Left(x)) → Left(a(x))
Ab(Left(x)) → Left(b(x))
Ac(Left(x)) → Left(c(x))
Wait(Left(x)) → Begin(x)
a(x) → x
a(a(x)) → a(b(c(x)))
b(x) → x
c(b(x)) → b(a(c(x)))
Begin b c End → Begin b c End
Begin b c End → Wait Left b c End
by OverlapClosure OC 2Begin b → Wait Right2
by original rule (OC 1)Right2 c End → Left b c End
by OverlapClosure OC 3Right2 c End → Left b a c End
by original rule (OC 1)a →
by original rule (OC 1)
Wait Left → Begin
by original rule (OC 1)