Input TRS: 1: f(f(X)) -> c(n__f(g(n__f(X)))) 2: c(X) -> d(activate(X)) 3: h(X) -> c(n__d(X)) 4: f(X) -> n__f(X) 5: d(X) -> n__d(X) 6: activate(n__f(X)) -> f(X) 7: activate(n__d(X)) -> d(X) 8: activate(X) -> X Number of Rules: 8 Direct QWPOS(Pol) ... orients all. I(c) = 3 * x1 + 2 sigma(c) = [1] I(d) = x1 + 1 sigma(d) = [1] I(f) = 3 * x1 + 3 sigma(f) = [1] I(g) = x1 sigma(g) = [1] I(h) = 3 * x1 + 2 sigma(h) = [1] I(activate) = 3 * x1 + 1 sigma(activate) = [1] I(n__d) = x1 sigma(n__d) = [1] I(n__f) = x1 + 1 sigma(n__f) = [1] PREC: g = h > c = f > d = activate = n__d = n__f Number of Rules: 0