/export/starexec/sandbox2/solver/bin/starexec_run_FirstOrder /export/starexec/sandbox2/benchmark/theBenchmark.xml /export/starexec/sandbox2/output/output_files -------------------------------------------------------------------------------- MAYBE We consider the system theBenchmark. We are asked to determine termination of the following first-order TRS. a : [] --> o b : [] --> o c : [] --> o f : [o] --> o g : [o * o] --> o h : [o] --> o i : [o * o] --> o s : [o] --> o i(X, X) => i(a, b) g(X, X) => g(a, b) h(s(f(X))) => h(f(X)) f(s(X)) => s(s(f(h(s(X))))) f(g(s(X), Y)) => f(g(X, s(Y))) h(g(X, s(Y))) => h(g(s(X), Y)) h(i(X, Y)) => i(i(c, h(h(Y))), X) g(a, g(X, g(b, g(a, g(X, Y))))) => g(a, g(a, g(a, g(X, g(b, g(b, Y))))))