The rewrite relation of the following TRS is considered.
and(not(not(x)),y,not(z)) | → | and(y,band(x,z),x) | (1) |
and#(not(not(x)),y,not(z)) | → | and#(y,band(x,z),x) | (2) |
The dependency pairs are split into 1 component.
and#(not(not(x)),y,not(z)) | → | and#(y,band(x,z),x) | (2) |
[and(x1, x2, x3)] | = | 0 |
[band(x1, x2)] | = | 1 |
[and#(x1, x2, x3)] | = | x1 + x2 + 0 |
[not(x1)] | = | 2 |
and#(not(not(x)),y,not(z)) | → | and#(y,band(x,z),x) | (2) |
The dependency pairs are split into 0 components.