/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 a!6220!6220and : [o * o] --> o a!6220!6220length : [o] --> o a!6220!6220take : [o * o] --> o a!6220!6220zeros : [] --> o and : [o * o] --> o cons : [o * o] --> o length : [o] --> o mark : [o] --> o nil : [] --> o s : [o] --> o take : [o * o] --> o tt : [] --> o zeros : [] --> o a!6220!6220zeros => cons(0, zeros) a!6220!6220and(tt, X) => mark(X) a!6220!6220length(nil) => 0 a!6220!6220length(cons(X, Y)) => s(a!6220!6220length(mark(Y))) a!6220!6220take(0, X) => nil a!6220!6220take(s(X), cons(Y, Z)) => cons(mark(Y), take(X, Z)) mark(zeros) => a!6220!6220zeros mark(and(X, Y)) => a!6220!6220and(mark(X), Y) mark(length(X)) => a!6220!6220length(mark(X)) mark(take(X, Y)) => a!6220!6220take(mark(X), mark(Y)) mark(cons(X, Y)) => cons(mark(X), Y) mark(0) => 0 mark(tt) => tt mark(nil) => nil mark(s(X)) => s(mark(X)) a!6220!6220zeros => zeros a!6220!6220and(X, Y) => and(X, Y) a!6220!6220length(X) => length(X) a!6220!6220take(X, Y) => take(X, Y)