/export/starexec/sandbox/solver/bin/starexec_run_FirstOrder /export/starexec/sandbox/benchmark/theBenchmark.xml /export/starexec/sandbox/output/output_files -------------------------------------------------------------------------------- MAYBE We consider the system theBenchmark. We are asked to determine termination of the following first-order TRS. 0 : [] --> o fac : [o] --> o p : [o] --> o plus : [o * o] --> o s : [o] --> o times : [o * o] --> o plus(X, 0) => X plus(X, s(Y)) => s(plus(X, Y)) times(0, X) => 0 times(X, 0) => 0 times(s(X), Y) => plus(times(X, Y), Y) p(s(s(X))) => s(p(s(X))) p(s(0)) => 0 fac(s(X)) => times(fac(p(s(X))), s(X))