/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 app : [o * o] --> o comp : [] --> o plus : [] --> o s : [] --> o times : [] --> o twice : [] --> o app(app(plus, 0), X) => X app(app(plus, app(s, X)), Y) => app(s, app(app(plus, X), Y)) app(app(times, 0), X) => 0 app(app(times, app(s, X)), Y) => app(app(plus, app(app(times, X), Y)), Y) app(app(app(comp, X), Y), Z) => app(X, app(Y, Z)) app(twice, X) => app(app(comp, X), X)