/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 c : [o] --> o d : [o * o] --> o e : [o] --> o g : [o * o] --> o h : [o * o] --> o h(X, e(Y)) => h(c(X), d(X, Y)) d(X, g(0, 0)) => e(0) d(X, g(Y, Z)) => g(e(Y), d(X, Z)) d(c(X), g(g(Y, Z), 0)) => g(d(c(X), g(Y, Z)), d(X, g(Y, Z))) g(e(X), e(Y)) => e(g(X, Y))