/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 divByZeroError : [] --> o false : [] --> o if!6220mod : [o * o * o * o * o] --> o isZero : [o] --> o le : [o * o] --> o minus : [o * o] --> o mod : [o * o] --> o s : [o] --> o true : [] --> o le(0, X) => true le(s(X), 0) => false le(s(X), s(Y)) => le(X, Y) minus(X, X) => 0 minus(X, 0) => X minus(0, X) => 0 minus(s(X), s(Y)) => minus(X, Y) isZero(0) => true isZero(s(X)) => false mod(X, Y) => if!6220mod(isZero(Y), le(Y, X), X, Y, minus(X, Y)) if!6220mod(true, X, Y, Z, U) => divByZeroError if!6220mod(false, false, X, Y, Z) => X if!6220mod(false, true, X, Y, Z) => mod(Z, Y)