/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. a : [] --> o b : [] --> o c : [] --> o d : [] --> o e : [] --> o f : [o] --> o g : [o * o] --> o g(c, g(c, X)) => g(e, g(d, X)) g(d, g(d, X)) => g(c, g(e, X)) g(e, g(e, X)) => g(d, g(c, X)) f(g(X, Y)) => g(Y, g(f(f(X)), a)) g(X, g(Y, g(X, Y))) => g(a, g(X, g(Y, b)))