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