NO
by ttt2 (version ttt2 1.15)
The rewrite relation of the following TRS is considered.
Begin(b(x0)) | → | Wait(Right1(x0)) |
Begin(c(x0)) | → | Wait(Right2(x0)) |
Begin(L(x0)) | → | Wait(Right3(x0)) |
Begin(L(x0)) | → | Wait(Right4(x0)) |
Right1(R(End(x0))) | → | Left(b(R(End(x0)))) |
Right2(R(End(x0))) | → | Left(L(c(End(x0)))) |
Right3(b(End(x0))) | → | Left(L(b(End(x0)))) |
Right4(a(End(x0))) | → | Left(a(b(R(End(x0))))) |
Right1(R(x0)) | → | AR(Right1(x0)) |
Right2(R(x0)) | → | AR(Right2(x0)) |
Right3(R(x0)) | → | AR(Right3(x0)) |
Right4(R(x0)) | → | AR(Right4(x0)) |
Right1(b(x0)) | → | Ab(Right1(x0)) |
Right2(b(x0)) | → | Ab(Right2(x0)) |
Right3(b(x0)) | → | Ab(Right3(x0)) |
Right4(b(x0)) | → | Ab(Right4(x0)) |
Right1(c(x0)) | → | Ac(Right1(x0)) |
Right2(c(x0)) | → | Ac(Right2(x0)) |
Right3(c(x0)) | → | Ac(Right3(x0)) |
Right4(c(x0)) | → | Ac(Right4(x0)) |
Right1(L(x0)) | → | AL(Right1(x0)) |
Right2(L(x0)) | → | AL(Right2(x0)) |
Right3(L(x0)) | → | AL(Right3(x0)) |
Right4(L(x0)) | → | AL(Right4(x0)) |
Right1(a(x0)) | → | Aa(Right1(x0)) |
Right2(a(x0)) | → | Aa(Right2(x0)) |
Right3(a(x0)) | → | Aa(Right3(x0)) |
Right4(a(x0)) | → | Aa(Right4(x0)) |
AR(Left(x0)) | → | Left(R(x0)) |
Ab(Left(x0)) | → | Left(b(x0)) |
Ac(Left(x0)) | → | Left(c(x0)) |
AL(Left(x0)) | → | Left(L(x0)) |
Aa(Left(x0)) | → | Left(a(x0)) |
Wait(Left(x0)) | → | Begin(x0) |
R(b(x0)) | → | b(R(x0)) |
R(c(x0)) | → | L(c(x0)) |
b(L(x0)) | → | L(b(x0)) |
a(L(x0)) | → | a(b(R(x0))) |
t0 | = | Begin(b(R(End(x3273)))) |
→ε | Wait(Right1(R(End(x3273)))) | |
→1 | Wait(Left(b(R(End(x3273))))) | |
→ε | Begin(b(R(End(x3273)))) | |
= | t3 |