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