R
↳Dependency Pair Analysis
TOP1(free(x), y) -> TOP2(check(new(x)), y)
TOP1(free(x), y) -> CHECK(new(x))
TOP1(free(x), y) -> NEW(x)
TOP1(free(x), y) -> TOP2(new(x), check(y))
TOP1(free(x), y) -> CHECK(y)
TOP1(free(x), y) -> TOP2(check(x), new(y))
TOP1(free(x), y) -> CHECK(x)
TOP1(free(x), y) -> NEW(y)
TOP1(free(x), y) -> TOP2(x, check(new(y)))
TOP1(free(x), y) -> CHECK(new(y))
TOP2(x, free(y)) -> TOP1(check(new(x)), y)
TOP2(x, free(y)) -> CHECK(new(x))
TOP2(x, free(y)) -> NEW(x)
TOP2(x, free(y)) -> TOP1(new(x), check(y))
TOP2(x, free(y)) -> CHECK(y)
TOP2(x, free(y)) -> TOP1(check(x), new(y))
TOP2(x, free(y)) -> CHECK(x)
TOP2(x, free(y)) -> NEW(y)
TOP2(x, free(y)) -> TOP1(x, check(new(y)))
TOP2(x, free(y)) -> CHECK(new(y))
NEW(free(x)) -> NEW(x)
OLD(free(x)) -> OLD(x)
CHECK(free(x)) -> CHECK(x)
CHECK(new(x)) -> NEW(check(x))
CHECK(new(x)) -> CHECK(x)
CHECK(old(x)) -> OLD(check(x))
CHECK(old(x)) -> CHECK(x)
R
↳DPs
→DP Problem 1
↳Argument Filtering and Ordering
→DP Problem 2
↳AFS
→DP Problem 3
↳AFS
→DP Problem 4
↳AFS
→DP Problem 5
↳Nar
NEW(free(x)) -> NEW(x)
top1(free(x), y) -> top2(check(new(x)), y)
top1(free(x), y) -> top2(new(x), check(y))
top1(free(x), y) -> top2(check(x), new(y))
top1(free(x), y) -> top2(x, check(new(y)))
top2(x, free(y)) -> top1(check(new(x)), y)
top2(x, free(y)) -> top1(new(x), check(y))
top2(x, free(y)) -> top1(check(x), new(y))
top2(x, free(y)) -> top1(x, check(new(y)))
new(free(x)) -> free(new(x))
new(serve) -> free(serve)
old(free(x)) -> free(old(x))
old(serve) -> free(serve)
check(free(x)) -> free(check(x))
check(new(x)) -> new(check(x))
check(old(x)) -> old(check(x))
check(old(x)) -> old(x)
innermost
NEW(free(x)) -> NEW(x)
trivial
NEW(x1) -> NEW(x1)
free(x1) -> free(x1)
R
↳DPs
→DP Problem 1
↳AFS
→DP Problem 6
↳Dependency Graph
→DP Problem 2
↳AFS
→DP Problem 3
↳AFS
→DP Problem 4
↳AFS
→DP Problem 5
↳Nar
top1(free(x), y) -> top2(check(new(x)), y)
top1(free(x), y) -> top2(new(x), check(y))
top1(free(x), y) -> top2(check(x), new(y))
top1(free(x), y) -> top2(x, check(new(y)))
top2(x, free(y)) -> top1(check(new(x)), y)
top2(x, free(y)) -> top1(new(x), check(y))
top2(x, free(y)) -> top1(check(x), new(y))
top2(x, free(y)) -> top1(x, check(new(y)))
new(free(x)) -> free(new(x))
new(serve) -> free(serve)
old(free(x)) -> free(old(x))
old(serve) -> free(serve)
check(free(x)) -> free(check(x))
check(new(x)) -> new(check(x))
check(old(x)) -> old(check(x))
check(old(x)) -> old(x)
innermost
R
↳DPs
→DP Problem 1
↳AFS
→DP Problem 2
↳Argument Filtering and Ordering
→DP Problem 3
↳AFS
→DP Problem 4
↳AFS
→DP Problem 5
↳Nar
OLD(free(x)) -> OLD(x)
top1(free(x), y) -> top2(check(new(x)), y)
top1(free(x), y) -> top2(new(x), check(y))
top1(free(x), y) -> top2(check(x), new(y))
top1(free(x), y) -> top2(x, check(new(y)))
top2(x, free(y)) -> top1(check(new(x)), y)
top2(x, free(y)) -> top1(new(x), check(y))
top2(x, free(y)) -> top1(check(x), new(y))
top2(x, free(y)) -> top1(x, check(new(y)))
new(free(x)) -> free(new(x))
new(serve) -> free(serve)
old(free(x)) -> free(old(x))
old(serve) -> free(serve)
check(free(x)) -> free(check(x))
check(new(x)) -> new(check(x))
check(old(x)) -> old(check(x))
check(old(x)) -> old(x)
innermost
OLD(free(x)) -> OLD(x)
trivial
OLD(x1) -> OLD(x1)
free(x1) -> free(x1)
R
↳DPs
→DP Problem 1
↳AFS
→DP Problem 2
↳AFS
→DP Problem 7
↳Dependency Graph
→DP Problem 3
↳AFS
→DP Problem 4
↳AFS
→DP Problem 5
↳Nar
top1(free(x), y) -> top2(check(new(x)), y)
top1(free(x), y) -> top2(new(x), check(y))
top1(free(x), y) -> top2(check(x), new(y))
top1(free(x), y) -> top2(x, check(new(y)))
top2(x, free(y)) -> top1(check(new(x)), y)
top2(x, free(y)) -> top1(new(x), check(y))
top2(x, free(y)) -> top1(check(x), new(y))
top2(x, free(y)) -> top1(x, check(new(y)))
new(free(x)) -> free(new(x))
new(serve) -> free(serve)
old(free(x)) -> free(old(x))
old(serve) -> free(serve)
check(free(x)) -> free(check(x))
check(new(x)) -> new(check(x))
check(old(x)) -> old(check(x))
check(old(x)) -> old(x)
innermost
R
↳DPs
→DP Problem 1
↳AFS
→DP Problem 2
↳AFS
→DP Problem 3
↳Argument Filtering and Ordering
→DP Problem 4
↳AFS
→DP Problem 5
↳Nar
CHECK(free(x)) -> CHECK(x)
top1(free(x), y) -> top2(check(new(x)), y)
top1(free(x), y) -> top2(new(x), check(y))
top1(free(x), y) -> top2(check(x), new(y))
top1(free(x), y) -> top2(x, check(new(y)))
top2(x, free(y)) -> top1(check(new(x)), y)
top2(x, free(y)) -> top1(new(x), check(y))
top2(x, free(y)) -> top1(check(x), new(y))
top2(x, free(y)) -> top1(x, check(new(y)))
new(free(x)) -> free(new(x))
new(serve) -> free(serve)
old(free(x)) -> free(old(x))
old(serve) -> free(serve)
check(free(x)) -> free(check(x))
check(new(x)) -> new(check(x))
check(old(x)) -> old(check(x))
check(old(x)) -> old(x)
innermost
CHECK(free(x)) -> CHECK(x)
trivial
CHECK(x1) -> CHECK(x1)
free(x1) -> free(x1)
R
↳DPs
→DP Problem 1
↳AFS
→DP Problem 2
↳AFS
→DP Problem 3
↳AFS
→DP Problem 8
↳Dependency Graph
→DP Problem 4
↳AFS
→DP Problem 5
↳Nar
top1(free(x), y) -> top2(check(new(x)), y)
top1(free(x), y) -> top2(new(x), check(y))
top1(free(x), y) -> top2(check(x), new(y))
top1(free(x), y) -> top2(x, check(new(y)))
top2(x, free(y)) -> top1(check(new(x)), y)
top2(x, free(y)) -> top1(new(x), check(y))
top2(x, free(y)) -> top1(check(x), new(y))
top2(x, free(y)) -> top1(x, check(new(y)))
new(free(x)) -> free(new(x))
new(serve) -> free(serve)
old(free(x)) -> free(old(x))
old(serve) -> free(serve)
check(free(x)) -> free(check(x))
check(new(x)) -> new(check(x))
check(old(x)) -> old(check(x))
check(old(x)) -> old(x)
innermost
R
↳DPs
→DP Problem 1
↳AFS
→DP Problem 2
↳AFS
→DP Problem 3
↳AFS
→DP Problem 4
↳Argument Filtering and Ordering
→DP Problem 5
↳Nar
CHECK(old(x)) -> CHECK(x)
CHECK(new(x)) -> CHECK(x)
top1(free(x), y) -> top2(check(new(x)), y)
top1(free(x), y) -> top2(new(x), check(y))
top1(free(x), y) -> top2(check(x), new(y))
top1(free(x), y) -> top2(x, check(new(y)))
top2(x, free(y)) -> top1(check(new(x)), y)
top2(x, free(y)) -> top1(new(x), check(y))
top2(x, free(y)) -> top1(check(x), new(y))
top2(x, free(y)) -> top1(x, check(new(y)))
new(free(x)) -> free(new(x))
new(serve) -> free(serve)
old(free(x)) -> free(old(x))
old(serve) -> free(serve)
check(free(x)) -> free(check(x))
check(new(x)) -> new(check(x))
check(old(x)) -> old(check(x))
check(old(x)) -> old(x)
innermost
CHECK(old(x)) -> CHECK(x)
CHECK(new(x)) -> CHECK(x)
trivial
CHECK(x1) -> CHECK(x1)
new(x1) -> new(x1)
old(x1) -> old(x1)
R
↳DPs
→DP Problem 1
↳AFS
→DP Problem 2
↳AFS
→DP Problem 3
↳AFS
→DP Problem 4
↳AFS
→DP Problem 9
↳Dependency Graph
→DP Problem 5
↳Nar
top1(free(x), y) -> top2(check(new(x)), y)
top1(free(x), y) -> top2(new(x), check(y))
top1(free(x), y) -> top2(check(x), new(y))
top1(free(x), y) -> top2(x, check(new(y)))
top2(x, free(y)) -> top1(check(new(x)), y)
top2(x, free(y)) -> top1(new(x), check(y))
top2(x, free(y)) -> top1(check(x), new(y))
top2(x, free(y)) -> top1(x, check(new(y)))
new(free(x)) -> free(new(x))
new(serve) -> free(serve)
old(free(x)) -> free(old(x))
old(serve) -> free(serve)
check(free(x)) -> free(check(x))
check(new(x)) -> new(check(x))
check(old(x)) -> old(check(x))
check(old(x)) -> old(x)
innermost
R
↳DPs
→DP Problem 1
↳AFS
→DP Problem 2
↳AFS
→DP Problem 3
↳AFS
→DP Problem 4
↳AFS
→DP Problem 5
↳Narrowing Transformation
TOP2(x, free(y)) -> TOP1(x, check(new(y)))
TOP1(free(x), y) -> TOP2(x, check(new(y)))
TOP2(x, free(y)) -> TOP1(check(x), new(y))
TOP1(free(x), y) -> TOP2(check(x), new(y))
TOP2(x, free(y)) -> TOP1(new(x), check(y))
TOP1(free(x), y) -> TOP2(new(x), check(y))
TOP2(x, free(y)) -> TOP1(check(new(x)), y)
TOP1(free(x), y) -> TOP2(check(new(x)), y)
top1(free(x), y) -> top2(check(new(x)), y)
top1(free(x), y) -> top2(new(x), check(y))
top1(free(x), y) -> top2(check(x), new(y))
top1(free(x), y) -> top2(x, check(new(y)))
top2(x, free(y)) -> top1(check(new(x)), y)
top2(x, free(y)) -> top1(new(x), check(y))
top2(x, free(y)) -> top1(check(x), new(y))
top2(x, free(y)) -> top1(x, check(new(y)))
new(free(x)) -> free(new(x))
new(serve) -> free(serve)
old(free(x)) -> free(old(x))
old(serve) -> free(serve)
check(free(x)) -> free(check(x))
check(new(x)) -> new(check(x))
check(old(x)) -> old(check(x))
check(old(x)) -> old(x)
innermost
six new Dependency Pairs are created:
TOP1(free(x), y) -> TOP2(new(x), check(y))
TOP1(free(free(x'')), y) -> TOP2(free(new(x'')), check(y))
TOP1(free(serve), y) -> TOP2(free(serve), check(y))
TOP1(free(x), free(x'')) -> TOP2(new(x), free(check(x'')))
TOP1(free(x), new(x'')) -> TOP2(new(x), new(check(x'')))
TOP1(free(x), old(x'')) -> TOP2(new(x), old(check(x'')))
TOP1(free(x), old(x'')) -> TOP2(new(x), old(x''))
R
↳DPs
→DP Problem 1
↳AFS
→DP Problem 2
↳AFS
→DP Problem 3
↳AFS
→DP Problem 4
↳AFS
→DP Problem 5
↳Nar
→DP Problem 10
↳Narrowing Transformation
TOP1(free(x), old(x'')) -> TOP2(new(x), old(check(x'')))
TOP1(free(x), new(x'')) -> TOP2(new(x), new(check(x'')))
TOP1(free(x), free(x'')) -> TOP2(new(x), free(check(x'')))
TOP1(free(serve), y) -> TOP2(free(serve), check(y))
TOP1(free(free(x'')), y) -> TOP2(free(new(x'')), check(y))
TOP2(x, free(y)) -> TOP1(check(x), new(y))
TOP1(free(x), y) -> TOP2(x, check(new(y)))
TOP2(x, free(y)) -> TOP1(new(x), check(y))
TOP1(free(x), y) -> TOP2(check(x), new(y))
TOP2(x, free(y)) -> TOP1(check(new(x)), y)
TOP1(free(x), y) -> TOP2(check(new(x)), y)
TOP2(x, free(y)) -> TOP1(x, check(new(y)))
top1(free(x), y) -> top2(check(new(x)), y)
top1(free(x), y) -> top2(new(x), check(y))
top1(free(x), y) -> top2(check(x), new(y))
top1(free(x), y) -> top2(x, check(new(y)))
top2(x, free(y)) -> top1(check(new(x)), y)
top2(x, free(y)) -> top1(new(x), check(y))
top2(x, free(y)) -> top1(check(x), new(y))
top2(x, free(y)) -> top1(x, check(new(y)))
new(free(x)) -> free(new(x))
new(serve) -> free(serve)
old(free(x)) -> free(old(x))
old(serve) -> free(serve)
check(free(x)) -> free(check(x))
check(new(x)) -> new(check(x))
check(old(x)) -> old(check(x))
check(old(x)) -> old(x)
innermost
six new Dependency Pairs are created:
TOP1(free(x), y) -> TOP2(check(x), new(y))
TOP1(free(free(x'')), y) -> TOP2(free(check(x'')), new(y))
TOP1(free(new(x'')), y) -> TOP2(new(check(x'')), new(y))
TOP1(free(old(x'')), y) -> TOP2(old(check(x'')), new(y))
TOP1(free(old(x'')), y) -> TOP2(old(x''), new(y))
TOP1(free(x), free(x'')) -> TOP2(check(x), free(new(x'')))
TOP1(free(x), serve) -> TOP2(check(x), free(serve))
R
↳DPs
→DP Problem 1
↳AFS
→DP Problem 2
↳AFS
→DP Problem 3
↳AFS
→DP Problem 4
↳AFS
→DP Problem 5
↳Nar
→DP Problem 10
↳Nar
...
→DP Problem 11
↳Narrowing Transformation
TOP1(free(x), serve) -> TOP2(check(x), free(serve))
TOP1(free(x), free(x'')) -> TOP2(check(x), free(new(x'')))
TOP1(free(old(x'')), y) -> TOP2(old(x''), new(y))
TOP1(free(old(x'')), y) -> TOP2(old(check(x'')), new(y))
TOP1(free(new(x'')), y) -> TOP2(new(check(x'')), new(y))
TOP1(free(free(x'')), y) -> TOP2(free(check(x'')), new(y))
TOP1(free(x), new(x'')) -> TOP2(new(x), new(check(x'')))
TOP1(free(x), free(x'')) -> TOP2(new(x), free(check(x'')))
TOP1(free(serve), y) -> TOP2(free(serve), check(y))
TOP2(x, free(y)) -> TOP1(x, check(new(y)))
TOP1(free(free(x'')), y) -> TOP2(free(new(x'')), check(y))
TOP2(x, free(y)) -> TOP1(check(x), new(y))
TOP1(free(x), y) -> TOP2(x, check(new(y)))
TOP2(x, free(y)) -> TOP1(new(x), check(y))
TOP1(free(x), y) -> TOP2(check(new(x)), y)
TOP2(x, free(y)) -> TOP1(check(new(x)), y)
TOP1(free(x), old(x'')) -> TOP2(new(x), old(check(x'')))
top1(free(x), y) -> top2(check(new(x)), y)
top1(free(x), y) -> top2(new(x), check(y))
top1(free(x), y) -> top2(check(x), new(y))
top1(free(x), y) -> top2(x, check(new(y)))
top2(x, free(y)) -> top1(check(new(x)), y)
top2(x, free(y)) -> top1(new(x), check(y))
top2(x, free(y)) -> top1(check(x), new(y))
top2(x, free(y)) -> top1(x, check(new(y)))
new(free(x)) -> free(new(x))
new(serve) -> free(serve)
old(free(x)) -> free(old(x))
old(serve) -> free(serve)
check(free(x)) -> free(check(x))
check(new(x)) -> new(check(x))
check(old(x)) -> old(check(x))
check(old(x)) -> old(x)
innermost
three new Dependency Pairs are created:
TOP1(free(x), y) -> TOP2(x, check(new(y)))
TOP1(free(x), y') -> TOP2(x, new(check(y')))
TOP1(free(x), free(x'')) -> TOP2(x, check(free(new(x''))))
TOP1(free(x), serve) -> TOP2(x, check(free(serve)))
R
↳DPs
→DP Problem 1
↳AFS
→DP Problem 2
↳AFS
→DP Problem 3
↳AFS
→DP Problem 4
↳AFS
→DP Problem 5
↳Nar
→DP Problem 10
↳Nar
...
→DP Problem 12
↳Narrowing Transformation
TOP1(free(x), serve) -> TOP2(x, check(free(serve)))
TOP1(free(x), free(x'')) -> TOP2(x, check(free(new(x''))))
TOP1(free(x), y') -> TOP2(x, new(check(y')))
TOP1(free(x), free(x'')) -> TOP2(check(x), free(new(x'')))
TOP1(free(old(x'')), y) -> TOP2(old(x''), new(y))
TOP1(free(old(x'')), y) -> TOP2(old(check(x'')), new(y))
TOP1(free(new(x'')), y) -> TOP2(new(check(x'')), new(y))
TOP1(free(free(x'')), y) -> TOP2(free(check(x'')), new(y))
TOP1(free(x), old(x'')) -> TOP2(new(x), old(check(x'')))
TOP1(free(x), new(x'')) -> TOP2(new(x), new(check(x'')))
TOP1(free(x), free(x'')) -> TOP2(new(x), free(check(x'')))
TOP2(x, free(y)) -> TOP1(x, check(new(y)))
TOP1(free(serve), y) -> TOP2(free(serve), check(y))
TOP2(x, free(y)) -> TOP1(check(x), new(y))
TOP1(free(free(x'')), y) -> TOP2(free(new(x'')), check(y))
TOP2(x, free(y)) -> TOP1(new(x), check(y))
TOP1(free(x), y) -> TOP2(check(new(x)), y)
TOP2(x, free(y)) -> TOP1(check(new(x)), y)
TOP1(free(x), serve) -> TOP2(check(x), free(serve))
top1(free(x), y) -> top2(check(new(x)), y)
top1(free(x), y) -> top2(new(x), check(y))
top1(free(x), y) -> top2(check(x), new(y))
top1(free(x), y) -> top2(x, check(new(y)))
top2(x, free(y)) -> top1(check(new(x)), y)
top2(x, free(y)) -> top1(new(x), check(y))
top2(x, free(y)) -> top1(check(x), new(y))
top2(x, free(y)) -> top1(x, check(new(y)))
new(free(x)) -> free(new(x))
new(serve) -> free(serve)
old(free(x)) -> free(old(x))
old(serve) -> free(serve)
check(free(x)) -> free(check(x))
check(new(x)) -> new(check(x))
check(old(x)) -> old(check(x))
check(old(x)) -> old(x)
innermost
three new Dependency Pairs are created:
TOP2(x, free(y)) -> TOP1(check(new(x)), y)
TOP2(x'', free(y)) -> TOP1(new(check(x'')), y)
TOP2(free(x''), free(y)) -> TOP1(check(free(new(x''))), y)
TOP2(serve, free(y)) -> TOP1(check(free(serve)), y)
R
↳DPs
→DP Problem 1
↳AFS
→DP Problem 2
↳AFS
→DP Problem 3
↳AFS
→DP Problem 4
↳AFS
→DP Problem 5
↳Nar
→DP Problem 10
↳Nar
...
→DP Problem 13
↳Narrowing Transformation
TOP1(free(x), free(x'')) -> TOP2(x, check(free(new(x''))))
TOP1(free(x), y') -> TOP2(x, new(check(y')))
TOP1(free(x), serve) -> TOP2(check(x), free(serve))
TOP1(free(x), free(x'')) -> TOP2(check(x), free(new(x'')))
TOP1(free(old(x'')), y) -> TOP2(old(x''), new(y))
TOP1(free(old(x'')), y) -> TOP2(old(check(x'')), new(y))
TOP1(free(new(x'')), y) -> TOP2(new(check(x'')), new(y))
TOP1(free(free(x'')), y) -> TOP2(free(check(x'')), new(y))
TOP1(free(x), old(x'')) -> TOP2(new(x), old(check(x'')))
TOP2(serve, free(y)) -> TOP1(check(free(serve)), y)
TOP1(free(x), new(x'')) -> TOP2(new(x), new(check(x'')))
TOP2(free(x''), free(y)) -> TOP1(check(free(new(x''))), y)
TOP1(free(x), free(x'')) -> TOP2(new(x), free(check(x'')))
TOP2(x'', free(y)) -> TOP1(new(check(x'')), y)
TOP1(free(serve), y) -> TOP2(free(serve), check(y))
TOP2(x, free(y)) -> TOP1(x, check(new(y)))
TOP1(free(free(x'')), y) -> TOP2(free(new(x'')), check(y))
TOP2(x, free(y)) -> TOP1(check(x), new(y))
TOP1(free(x), y) -> TOP2(check(new(x)), y)
TOP2(x, free(y)) -> TOP1(new(x), check(y))
TOP1(free(x), serve) -> TOP2(x, check(free(serve)))
top1(free(x), y) -> top2(check(new(x)), y)
top1(free(x), y) -> top2(new(x), check(y))
top1(free(x), y) -> top2(check(x), new(y))
top1(free(x), y) -> top2(x, check(new(y)))
top2(x, free(y)) -> top1(check(new(x)), y)
top2(x, free(y)) -> top1(new(x), check(y))
top2(x, free(y)) -> top1(check(x), new(y))
top2(x, free(y)) -> top1(x, check(new(y)))
new(free(x)) -> free(new(x))
new(serve) -> free(serve)
old(free(x)) -> free(old(x))
old(serve) -> free(serve)
check(free(x)) -> free(check(x))
check(new(x)) -> new(check(x))
check(old(x)) -> old(check(x))
check(old(x)) -> old(x)
innermost
six new Dependency Pairs are created:
TOP2(x, free(y)) -> TOP1(new(x), check(y))
TOP2(free(x''), free(y)) -> TOP1(free(new(x'')), check(y))
TOP2(serve, free(y)) -> TOP1(free(serve), check(y))
TOP2(x, free(free(x''))) -> TOP1(new(x), free(check(x'')))
TOP2(x, free(new(x''))) -> TOP1(new(x), new(check(x'')))
TOP2(x, free(old(x''))) -> TOP1(new(x), old(check(x'')))
TOP2(x, free(old(x''))) -> TOP1(new(x), old(x''))
R
↳DPs
→DP Problem 1
↳AFS
→DP Problem 2
↳AFS
→DP Problem 3
↳AFS
→DP Problem 4
↳AFS
→DP Problem 5
↳Nar
→DP Problem 10
↳Nar
...
→DP Problem 14
↳Narrowing Transformation
TOP1(free(x), serve) -> TOP2(x, check(free(serve)))
TOP1(free(x), serve) -> TOP2(check(x), free(serve))
TOP1(free(x), y') -> TOP2(x, new(check(y')))
TOP1(free(old(x'')), y) -> TOP2(old(x''), new(y))
TOP2(x, free(old(x''))) -> TOP1(new(x), old(x''))
TOP1(free(old(x'')), y) -> TOP2(old(check(x'')), new(y))
TOP2(x, free(old(x''))) -> TOP1(new(x), old(check(x'')))
TOP1(free(new(x'')), y) -> TOP2(new(check(x'')), new(y))
TOP2(x, free(new(x''))) -> TOP1(new(x), new(check(x'')))
TOP1(free(free(x'')), y) -> TOP2(free(check(x'')), new(y))
TOP2(x, free(free(x''))) -> TOP1(new(x), free(check(x'')))
TOP1(free(x), free(x'')) -> TOP2(check(x), free(new(x'')))
TOP2(serve, free(y)) -> TOP1(free(serve), check(y))
TOP1(free(x), old(x'')) -> TOP2(new(x), old(check(x'')))
TOP2(free(x''), free(y)) -> TOP1(free(new(x'')), check(y))
TOP1(free(x), new(x'')) -> TOP2(new(x), new(check(x'')))
TOP2(serve, free(y)) -> TOP1(check(free(serve)), y)
TOP1(free(x), free(x'')) -> TOP2(new(x), free(check(x'')))
TOP2(free(x''), free(y)) -> TOP1(check(free(new(x''))), y)
TOP1(free(serve), y) -> TOP2(free(serve), check(y))
TOP2(x'', free(y)) -> TOP1(new(check(x'')), y)
TOP1(free(free(x'')), y) -> TOP2(free(new(x'')), check(y))
TOP2(x, free(y)) -> TOP1(x, check(new(y)))
TOP1(free(x), y) -> TOP2(check(new(x)), y)
TOP2(x, free(y)) -> TOP1(check(x), new(y))
TOP1(free(x), free(x'')) -> TOP2(x, check(free(new(x''))))
top1(free(x), y) -> top2(check(new(x)), y)
top1(free(x), y) -> top2(new(x), check(y))
top1(free(x), y) -> top2(check(x), new(y))
top1(free(x), y) -> top2(x, check(new(y)))
top2(x, free(y)) -> top1(check(new(x)), y)
top2(x, free(y)) -> top1(new(x), check(y))
top2(x, free(y)) -> top1(check(x), new(y))
top2(x, free(y)) -> top1(x, check(new(y)))
new(free(x)) -> free(new(x))
new(serve) -> free(serve)
old(free(x)) -> free(old(x))
old(serve) -> free(serve)
check(free(x)) -> free(check(x))
check(new(x)) -> new(check(x))
check(old(x)) -> old(check(x))
check(old(x)) -> old(x)
innermost
six new Dependency Pairs are created:
TOP2(x, free(y)) -> TOP1(check(x), new(y))
TOP2(free(x''), free(y)) -> TOP1(free(check(x'')), new(y))
TOP2(new(x''), free(y)) -> TOP1(new(check(x'')), new(y))
TOP2(old(x''), free(y)) -> TOP1(old(check(x'')), new(y))
TOP2(old(x''), free(y)) -> TOP1(old(x''), new(y))
TOP2(x, free(free(x''))) -> TOP1(check(x), free(new(x'')))
TOP2(x, free(serve)) -> TOP1(check(x), free(serve))
R
↳DPs
→DP Problem 1
↳AFS
→DP Problem 2
↳AFS
→DP Problem 3
↳AFS
→DP Problem 4
↳AFS
→DP Problem 5
↳Nar
→DP Problem 10
↳Nar
...
→DP Problem 15
↳Remaining Obligation(s)
TOP2(x, free(serve)) -> TOP1(check(x), free(serve))
TOP1(free(x), free(x'')) -> TOP2(x, check(free(new(x''))))
TOP2(x, free(free(x''))) -> TOP1(check(x), free(new(x'')))
TOP1(free(x), y') -> TOP2(x, new(check(y')))
TOP2(new(x''), free(y)) -> TOP1(new(check(x'')), new(y))
TOP1(free(x), serve) -> TOP2(check(x), free(serve))
TOP2(free(x''), free(y)) -> TOP1(free(check(x'')), new(y))
TOP1(free(x), free(x'')) -> TOP2(check(x), free(new(x'')))
TOP2(old(x''), free(y)) -> TOP1(old(check(x'')), new(y))
TOP1(free(old(x'')), y) -> TOP2(old(x''), new(y))
TOP2(x, free(old(x''))) -> TOP1(new(x), old(x''))
TOP1(free(old(x'')), y) -> TOP2(old(check(x'')), new(y))
TOP2(x, free(old(x''))) -> TOP1(new(x), old(check(x'')))
TOP1(free(new(x'')), y) -> TOP2(new(check(x'')), new(y))
TOP2(x, free(new(x''))) -> TOP1(new(x), new(check(x'')))
TOP1(free(free(x'')), y) -> TOP2(free(check(x'')), new(y))
TOP2(x, free(free(x''))) -> TOP1(new(x), free(check(x'')))
TOP1(free(x), old(x'')) -> TOP2(new(x), old(check(x'')))
TOP2(serve, free(y)) -> TOP1(free(serve), check(y))
TOP1(free(x), new(x'')) -> TOP2(new(x), new(check(x'')))
TOP2(serve, free(y)) -> TOP1(check(free(serve)), y)
TOP1(free(x), free(x'')) -> TOP2(new(x), free(check(x'')))
TOP2(free(x''), free(y)) -> TOP1(free(new(x'')), check(y))
TOP1(free(serve), y) -> TOP2(free(serve), check(y))
TOP2(free(x''), free(y)) -> TOP1(check(free(new(x''))), y)
TOP1(free(free(x'')), y) -> TOP2(free(new(x'')), check(y))
TOP2(x'', free(y)) -> TOP1(new(check(x'')), y)
TOP1(free(x), y) -> TOP2(check(new(x)), y)
TOP2(x, free(y)) -> TOP1(x, check(new(y)))
TOP1(free(x), serve) -> TOP2(x, check(free(serve)))
top1(free(x), y) -> top2(check(new(x)), y)
top1(free(x), y) -> top2(new(x), check(y))
top1(free(x), y) -> top2(check(x), new(y))
top1(free(x), y) -> top2(x, check(new(y)))
top2(x, free(y)) -> top1(check(new(x)), y)
top2(x, free(y)) -> top1(new(x), check(y))
top2(x, free(y)) -> top1(check(x), new(y))
top2(x, free(y)) -> top1(x, check(new(y)))
new(free(x)) -> free(new(x))
new(serve) -> free(serve)
old(free(x)) -> free(old(x))
old(serve) -> free(serve)
check(free(x)) -> free(check(x))
check(new(x)) -> new(check(x))
check(old(x)) -> old(check(x))
check(old(x)) -> old(x)
innermost