/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. bot : [] --> o check : [o] --> o no : [o] --> o rec : [o] --> o sent : [o] --> o top : [o] --> o up : [o] --> o rec(rec(X)) => sent(rec(X)) rec(sent(X)) => sent(rec(X)) rec(no(X)) => sent(rec(X)) rec(bot) => up(sent(bot)) rec(up(X)) => up(rec(X)) sent(up(X)) => up(sent(X)) no(up(X)) => up(no(X)) top(rec(up(X))) => top(check(rec(X))) top(sent(up(X))) => top(check(rec(X))) top(no(up(X))) => top(check(rec(X))) check(up(X)) => up(check(X)) check(sent(X)) => sent(check(X)) check(rec(X)) => rec(check(X)) check(no(X)) => no(check(X)) check(no(X)) => no(X)