R
↳Dependency Pair Analysis
AND(not(not(x)), y, not(z)) -> AND(y, band(x, z), x)
R
↳DPs
→DP Problem 1
↳Argument Filtering and Ordering
AND(not(not(x)), y, not(z)) -> AND(y, band(x, z), x)
and(not(not(x)), y, not(z)) -> and(y, band(x, z), x)
AND(not(not(x)), y, not(z)) -> AND(y, band(x, z), x)
and(not(not(x)), y, not(z)) -> and(y, band(x, z), x)
POL(and(x1, x2, x3)) = 1 + x1 + x2 + x3 POL(not(x1)) = 1 + x1 POL(AND(x1, x2, x3)) = 1 + x1 + x2 + x3
AND(x1, x2, x3) -> AND(x1, x2, x3)
not(x1) -> not(x1)
band(x1, x2) -> x2
and(x1, x2, x3) -> and(x1, x2, x3)
R
↳DPs
→DP Problem 1
↳AFS
→DP Problem 2
↳Dependency Graph
and(not(not(x)), y, not(z)) -> and(y, band(x, z), x)