R
↳Dependency Pair Analysis
F(f(x)) -> F(c(f(x)))
F(f(x)) -> F(d(f(x)))
G(c(h(0))) -> G(d(1))
G(c(1)) -> G(d(h(0)))
G(h(x)) -> G(x)
R
↳DPs
→DP Problem 1
↳Argument Filtering and Ordering
G(h(x)) -> G(x)
f(f(x)) -> f(c(f(x)))
f(f(x)) -> f(d(f(x)))
g(c(x)) -> x
g(d(x)) -> x
g(c(h(0))) -> g(d(1))
g(c(1)) -> g(d(h(0)))
g(h(x)) -> g(x)
G(h(x)) -> G(x)
f(f(x)) -> f(c(f(x)))
f(f(x)) -> f(d(f(x)))
g(c(x)) -> x
g(d(x)) -> x
g(c(h(0))) -> g(d(1))
g(c(1)) -> g(d(h(0)))
g(h(x)) -> g(x)
c > d
c > h
{0, 1}
G(x1) -> G(x1)
h(x1) -> h(x1)
f(x1) -> f
g(x1) -> g(x1)
c(x1) -> c(x1)
d(x1) -> d(x1)
R
↳DPs
→DP Problem 1
↳AFS
→DP Problem 2
↳Dependency Graph
f(f(x)) -> f(c(f(x)))
f(f(x)) -> f(d(f(x)))
g(c(x)) -> x
g(d(x)) -> x
g(c(h(0))) -> g(d(1))
g(c(1)) -> g(d(h(0)))
g(h(x)) -> g(x)