activate#( n__f( X ) ) | → | f#( activate( X ) ) |
activate#( n__f( X ) ) | → | activate#( X ) |
activate#( n__g( X ) ) | → | g#( activate( X ) ) |
activate#( n__g( X ) ) | → | activate#( X ) |
activate#( n__a ) | → | a# |
The dependency pairs are split into 1 component(s).
activate#( n__g( X ) ) | → | activate#( X ) |
activate#( n__f( X ) ) | → | activate#( X ) |
Linear polynomial interpretation over the naturals
[a] | = | 3 | |
[n__a] | = | 3 | |
[activate# (x1) ] | = | x1 | |
[f (x1) ] | = | x1 + 3 | |
[c (x1) ] | = | 2 | |
[n__g (x1) ] | = | x1 + 3 | |
[n__f (x1) ] | = | x1 + 3 | |
[g (x1) ] | = | x1 + 3 | |
[activate (x1) ] | = | 3 x1 + 3 | |
[f(x1, ..., xn)] | = | x1 + ... + xn + 1 | for all other symbols f of arity n |
none |
All dependency pairs have been removed.