/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. 0 : [] --> o cond : [o * o * o] --> o min : [o * o] --> o minus : [o * o] --> o s : [o] --> o minus(X, Y) => cond(min(X, Y), X, Y) cond(X, Y, X) => s(minus(Y, s(X))) min(0, X) => 0 min(X, 0) => 0 min(s(X), s(Y)) => s(min(X, Y))