NO
by ttt2 (version ttt2 1.15)
The rewrite relation of the following TRS is considered.
Begin(d(x0)) | → | Wait(Right1(x0)) |
Right1(c(End(x0))) | → | Left(d(c(End(x0)))) |
Right1(c(x0)) | → | Ac(Right1(x0)) |
Right1(d(x0)) | → | Ad(Right1(x0)) |
Ac(Left(x0)) | → | Left(c(x0)) |
Ad(Left(x0)) | → | Left(d(x0)) |
Wait(Left(x0)) | → | Begin(x0) |
c(d(x0)) | → | d(c(x0)) |
t0 | = | Begin(d(c(End(x146)))) |
→ε | Wait(Right1(c(End(x146)))) | |
→1 | Wait(Left(d(c(End(x146))))) | |
→ε | Begin(d(c(End(x146)))) | |
= | t3 |