by ACP
The rewrite relation of the following TRS is considered.
c | → | c |
b | → | f(c) |
h(b,h(a,f(h(a,f(f(f(b))))))) | → | h(a,f(a)) |
b | → | h(b,a) |
h(f(b),c) | → | f(c) |
t0 | = | b |
→ε | h(b,a) | |
= | t1 |
t0 | = | b |
→ε | f(c) | |
= | t1 |
π(a) | = | [] |
π(b) | = | [] |
π(c) | = | [] |
π(f) | = | [] |
π(h) | = | [1,2] |
prec(c) | = | 5 | stat(c) | = | mul | |
prec(h) | = | 4 | stat(h) | = | mul | |
prec(a) | = | 3 | stat(a) | = | mul | |
prec(f) | = | 2 | stat(f) | = | mul | |
prec(b) | = | 1 | stat(b) | = | mul |
ACP