/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. a : [] --> o active : [o] --> o b : [] --> o f : [o * o] --> o mark : [o] --> o ok : [o] --> o proper : [o] --> o top : [o] --> o active(f(X, X)) => mark(f(a, b)) active(b) => mark(a) active(f(X, Y)) => f(active(X), Y) f(mark(X), Y) => mark(f(X, Y)) proper(f(X, Y)) => f(proper(X), proper(Y)) proper(a) => ok(a) proper(b) => ok(b) f(ok(X), ok(Y)) => ok(f(X, Y)) top(mark(X)) => top(proper(X)) top(ok(X)) => top(active(X))