NO
by ttt2 (version ttt2 1.15)
The rewrite relation of the following TRS is considered.
| Begin(c(c(x0))) | → | Wait(Right1(x0)) |
| Begin(c(x0)) | → | Wait(Right2(x0)) |
| Right1(a(End(x0))) | → | Left(c(c(a(a(End(x0)))))) |
| Right2(a(c(End(x0)))) | → | Left(c(c(a(a(End(x0)))))) |
| Right1(a(x0)) | → | Aa(Right1(x0)) |
| Right2(a(x0)) | → | Aa(Right2(x0)) |
| Right1(c(x0)) | → | Ac(Right1(x0)) |
| Right2(c(x0)) | → | Ac(Right2(x0)) |
| Aa(Left(x0)) | → | Left(a(x0)) |
| Ac(Left(x0)) | → | Left(c(x0)) |
| Wait(Left(x0)) | → | Begin(x0) |
| a(x0) | → | x0 |
| a(c(c(x0))) | → | c(c(a(a(x0)))) |
| t0 | = | Begin(c(c(a(End(x2278))))) |
| →ε | Wait(Right1(a(End(x2278)))) | |
| →1 | Wait(Left(c(c(a(a(End(x2278))))))) | |
| →ε | Begin(c(c(a(a(End(x2278)))))) | |
| →1.1.1 | Begin(c(c(a(End(x2278))))) | |
| = | t4 |