R
↳Dependency Pair Analysis
IMPLIES(not(x), or(y, z)) -> IMPLIES(y, or(x, z))
IMPLIES(x, or(y, z)) -> IMPLIES(x, z)
R
↳DPs
→DP Problem 1
↳Argument Filtering and Ordering
IMPLIES(x, or(y, z)) -> IMPLIES(x, z)
IMPLIES(not(x), or(y, z)) -> IMPLIES(y, or(x, z))
implies(not(x), y) -> or(x, y)
implies(not(x), or(y, z)) -> implies(y, or(x, z))
implies(x, or(y, z)) -> or(y, implies(x, z))
innermost
IMPLIES(not(x), or(y, z)) -> IMPLIES(y, or(x, z))
POL(or(x1, x2)) = x1 + x2 POL(not(x1)) = 1 + x1 POL(IMPLIES(x1, x2)) = 1 + x1 + x2
IMPLIES(x1, x2) -> IMPLIES(x1, x2)
not(x1) -> not(x1)
or(x1, x2) -> or(x1, x2)
R
↳DPs
→DP Problem 1
↳AFS
→DP Problem 2
↳Argument Filtering and Ordering
IMPLIES(x, or(y, z)) -> IMPLIES(x, z)
implies(not(x), y) -> or(x, y)
implies(not(x), or(y, z)) -> implies(y, or(x, z))
implies(x, or(y, z)) -> or(y, implies(x, z))
innermost
IMPLIES(x, or(y, z)) -> IMPLIES(x, z)
POL(or(x1, x2)) = 1 + x1 + x2 POL(IMPLIES(x1, x2)) = x1 + x2
IMPLIES(x1, x2) -> IMPLIES(x1, x2)
or(x1, x2) -> or(x1, x2)
R
↳DPs
→DP Problem 1
↳AFS
→DP Problem 2
↳AFS
...
→DP Problem 3
↳Dependency Graph
implies(not(x), y) -> or(x, y)
implies(not(x), or(y, z)) -> implies(y, or(x, z))
implies(x, or(y, z)) -> or(y, implies(x, z))
innermost