R
↳Dependency Pair Analysis
APP(app(app(comp, f), g), x) -> APP(f, app(g, x))
APP(app(app(comp, f), g), x) -> APP(g, x)
APP(twice, f) -> APP(app(comp, f), f)
APP(twice, f) -> APP(comp, f)
R
↳DPs
→DP Problem 1
↳Narrowing Transformation
APP(twice, f) -> APP(app(comp, f), f)
APP(app(app(comp, f), g), x) -> APP(g, x)
APP(app(app(comp, f), g), x) -> APP(f, app(g, x))
app(app(app(comp, f), g), x) -> app(f, app(g, x))
app(twice, f) -> app(app(comp, f), f)
innermost
no new Dependency Pairs are created.
APP(twice, f) -> APP(app(comp, f), f)
R
↳DPs
→DP Problem 1
↳Nar
→DP Problem 2
↳Polynomial Ordering
APP(app(app(comp, f), g), x) -> APP(f, app(g, x))
APP(app(app(comp, f), g), x) -> APP(g, x)
app(app(app(comp, f), g), x) -> app(f, app(g, x))
app(twice, f) -> app(app(comp, f), f)
innermost
APP(app(app(comp, f), g), x) -> APP(f, app(g, x))
APP(app(app(comp, f), g), x) -> APP(g, x)
POL(comp) = 1 POL(app(x1, x2)) = x1 + x2 POL(twice) = 1 POL(APP(x1, x2)) = x1
R
↳DPs
→DP Problem 1
↳Nar
→DP Problem 2
↳Polo
...
→DP Problem 3
↳Dependency Graph
app(app(app(comp, f), g), x) -> app(f, app(g, x))
app(twice, f) -> app(app(comp, f), f)
innermost