/export/starexec/sandbox2/solver/bin/starexec_run_default /export/starexec/sandbox2/benchmark/theBenchmark.xml /export/starexec/sandbox2/output/output_files -------------------------------------------------------------------------------- YES Input TRS: 1: terms(N) -> cons(recip(sqr(N))) 2: sqr(0()) -> 0() 3: sqr(s()) -> s() 4: dbl(0()) -> 0() 5: dbl(s()) -> s() 6: add(0(),X) -> X 7: add(s(),Y) -> s() 8: first(0(),X) -> nil() 9: first(s(),cons(Y)) -> cons(Y) Number of strict rules: 9 Direct poly ... removes: 4 8 1 3 5 7 9 6 2 s() w: (1) recip(x1) w: (21238 + x1) dbl(x1) w: (8855 + 2 * x1) 0() w: (1) nil() w: (0) first(x1,x2) w: (2 * x2 + 2 * x1) cons(x1) w: (11798 + x1) add(x1,x2) w: (8367 + x2 + 2 * x1) sqr(x1) w: (2438 + x1) terms(x1) w: (35475 + x1) Number of strict rules: 0