/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 2nd : [o] --> o a!6220!62202nd : [o] --> o a!6220!6220from : [o] --> o a!6220!6220head : [o] --> o a!6220!6220sel : [o * o] --> o a!6220!6220take : [o * o] --> o cons : [o * o] --> o from : [o] --> o head : [o] --> o mark : [o] --> o nil : [] --> o s : [o] --> o sel : [o * o] --> o take : [o * o] --> o a!6220!6220from(X) => cons(mark(X), from(s(X))) a!6220!6220head(cons(X, Y)) => mark(X) a!6220!62202nd(cons(X, Y)) => a!6220!6220head(mark(Y)) a!6220!6220take(0, X) => nil a!6220!6220take(s(X), cons(Y, Z)) => cons(mark(Y), take(X, Z)) a!6220!6220sel(0, cons(X, Y)) => mark(X) a!6220!6220sel(s(X), cons(Y, Z)) => a!6220!6220sel(mark(X), mark(Z)) mark(from(X)) => a!6220!6220from(mark(X)) mark(head(X)) => a!6220!6220head(mark(X)) mark(2nd(X)) => a!6220!62202nd(mark(X)) mark(take(X, Y)) => a!6220!6220take(mark(X), mark(Y)) mark(sel(X, Y)) => a!6220!6220sel(mark(X), mark(Y)) mark(cons(X, Y)) => cons(mark(X), Y) mark(s(X)) => s(mark(X)) mark(0) => 0 mark(nil) => nil a!6220!6220from(X) => from(X) a!6220!6220head(X) => head(X) a!6220!62202nd(X) => 2nd(X) a!6220!6220take(X, Y) => take(X, Y) a!6220!6220sel(X, Y) => sel(X, Y)