The rewrite relation of the following TRS is considered.
| g(f(x,y),z) | → | f(x,g(y,z)) | (1) |
| g(h(x,y),z) | → | g(x,f(y,z)) | (2) |
| g(x,h(y,z)) | → | h(g(x,y),z) | (3) |
final states:
{0, 1}
transitions:
| f0(0,0) | → | 0 |
| h0(0,0) | → | 0 |
| g0(0,0) | → | 1 |
| g1(0,0) | → | 2 |
| f1(0,2) | → | 1 |
| f1(0,0) | → | 3 |
| g1(0,3) | → | 1 |
| g1(0,0) | → | 4 |
| h1(4,0) | → | 1 |
| g1(0,3) | → | 2 |
| f1(0,2) | → | 2 |
| f1(0,2) | → | 4 |
| f1(0,3) | → | 3 |
| g1(0,3) | → | 4 |
| h1(4,0) | → | 2 |
| h1(4,0) | → | 4 |