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