and#( tt , X ) | → | activate#( X ) |
plus#( N , s( M ) ) | → | plus#( N , M ) |
The dependency pairs are split into 1 component(s).
plus#( N , s( M ) ) | → | plus#( N , M ) |
Linear polynomial interpretation over the naturals
[and (x1, x2) ] | = | x1 + 1 | |
[plus (x1, x2) ] | = | x1 + 2 x2 | |
[s (x1) ] | = | x1 + 2 | |
[0] | = | 0 | |
[plus# (x1, x2) ] | = | x1 | |
[tt] | = | 0 | |
[activate (x1) ] | = | x1 + 1 | |
[f(x1, ..., xn)] | = | x1 + ... + xn + 1 | for all other symbols f of arity n |
none |
All dependency pairs have been removed.