YES
The TRS could be proven terminating. The proof took 127 ms.
Problem 1 was processed with processor DependencyGraph (7ms). | Problem 2 was processed with processor PolynomialLinearRange4 (89ms).
and#(tt, X) | → | T(X) | plus#(N, s(M)) | → | plus#(N, M) |
and(tt, X) | → | X | plus(N, 0) | → | N | |
plus(N, s(M)) | → | s(plus(N, M)) |
Termination of terms over the following signature is verified: plus, 0, s, tt, and
Context-sensitive strategy:
μ(T) = μ(0) = μ(tt) = ∅
μ(s) = μ(and#) = μ(and) = {1}
μ(plus) = μ(plus#) = {1, 2}
plus#(N, s(M)) → plus#(N, M) |
plus#(N, s(M)) | → | plus#(N, M) |
and(tt, X) | → | X | plus(N, 0) | → | N | |
plus(N, s(M)) | → | s(plus(N, M)) |
Termination of terms over the following signature is verified: plus, 0, s, tt, and
Context-sensitive strategy:
μ(T) = μ(0) = μ(tt) = ∅
μ(s) = μ(and#) = μ(and) = {1}
μ(plus) = μ(plus#) = {1, 2}
There are no usable rules
The following dependency pairs are strictly oriented by an ordering on the given polynomial interpretation, thus they are removed:
plus#(N, s(M)) | → | plus#(N, M) |