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