/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 f : [o * o * o * o] --> o false : [] --> o g : [o * o * o * o] --> o gt : [o * o] --> o s : [o] --> o true : [] --> o f(true, X, Y, Z) => g(gt(X, Y), X, Y, Z) g(true, X, Y, Z) => f(gt(X, Z), X, s(Y), Z) g(true, X, Y, Z) => f(gt(X, Z), X, Y, s(Z)) gt(0, X) => false gt(s(X), 0) => true gt(s(X), s(Y)) => gt(X, Y)