/export/starexec/sandbox2/solver/bin/starexec_run_Default /export/starexec/sandbox2/benchmark/theBenchmark.xml /export/starexec/sandbox2/output/output_files -------------------------------------------------------------------------------- YES Input TRS: 1: fst(0(),Z) -> nil() 2: fst(s(X),cons(Y,Z)) -> cons(Y,n__fst(activate(X),activate(Z))) 3: from(X) -> cons(X,n__from(s(X))) 4: add(0(),X) -> X 5: add(s(X),Y) -> s(n__add(activate(X),Y)) 6: len(nil()) -> 0() 7: len(cons(X,Z)) -> s(n__len(activate(Z))) 8: fst(X1,X2) -> n__fst(X1,X2) 9: from(X) -> n__from(X) 10: add(X1,X2) -> n__add(X1,X2) 11: len(X) -> n__len(X) 12: activate(n__fst(X1,X2)) -> fst(X1,X2) 13: activate(n__from(X)) -> from(X) 14: activate(n__add(X1,X2)) -> add(X1,X2) 15: activate(n__len(X)) -> len(X) 16: activate(X) -> X Number of strict rules: 16 Direct POLO(bPol) ... removes: 4 15 8 1 3 16 5 10 7 14 12 11 9 13 6 2 s w: x1 + 1 activate w: 2 * x1 + 14 n__from w: x1 + 1 fst w: 2 * x1 + 2 * x2 + 17 n__add w: x1 + x2 + 1 0 w: 1 from w: 2 * x1 + 15 nil w: 0 n__len w: x1 + 1 n__fst w: x1 + x2 + 2 cons w: x1 + x2 + 12 add w: 2 * x1 + x2 + 15 len w: 2 * x1 + 10 Number of strict rules: 0