/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 1 : [] --> o add : [] --> o app : [o * o] --> o cons : [] --> o fold : [] --> o mul : [] --> o nil : [] --> o prod : [] --> o sum : [] --> o app(app(app(fold, X), nil), Y) => Y app(app(app(fold, X), app(app(cons, Y), Z)), U) => app(app(app(fold, X), Z), app(app(X, U), Y)) app(sum, X) => app(app(app(fold, add), X), 0) app(app(app(fold, mul), X), 1) => app(prod, X)