/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. !plus : [o * o] --> o 0 : [] --> o f : [o * o * o] --> o g : [o * o] --> o s : [o] --> o !plus(X, 0) => X !plus(X, s(Y)) => s(!plus(X, Y)) f(0, s(0), X) => f(X, !plus(X, X), X) g(X, Y) => X g(X, Y) => Y