The rewrite relation of the following TRS is considered.
a(b(x)) | → | a(c(b(x))) | (1) |
final states:
{0, 1, 2}
transitions:
a0(0) | → | 0 |
a0(1) | → | 0 |
a0(2) | → | 0 |
b0(0) | → | 1 |
b0(1) | → | 1 |
b0(2) | → | 1 |
c0(0) | → | 2 |
c0(1) | → | 2 |
c0(2) | → | 2 |
b1(0) | → | 4 |
c1(4) | → | 3 |
a1(3) | → | 0 |
b1(1) | → | 4 |
b1(2) | → | 4 |