/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!450 : [o] --> o a : [o] --> o b : [o] --> o c : [o] --> o collapse : [o * o] --> o dup : [o] --> o a(a(b(b(X)))) => b(b(b(a(a(a(X)))))) a(c(X)) => c(a(X)) c(b(X)) => b(c(X)) dup(A!450(a(b(b(X))))) => collapse(A!450(a(X)), A!450(a(X))) collapse(X, Y) => dup(X) collapse(X, Y) => dup(Y)