/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 activate : [o] --> o diff : [o * o] --> o false : [] --> o if : [o * o * o] --> o leq : [o * o] --> o n!6220!62200 : [] --> o n!6220!6220s : [o] --> o p : [o] --> o s : [o] --> o true : [] --> o p(0) => 0 p(s(X)) => X leq(0, X) => true leq(s(X), 0) => false leq(s(X), s(Y)) => leq(X, Y) if(true, X, Y) => activate(X) if(false, X, Y) => activate(Y) diff(X, Y) => if(leq(X, Y), n!6220!62200, n!6220!6220s(diff(p(X), Y))) 0 => n!6220!62200 s(X) => n!6220!6220s(X) activate(n!6220!62200) => 0 activate(n!6220!6220s(X)) => s(X) activate(X) => X