R
↳Dependency Pair Analysis
ACTIVE(from(X)) -> CONS(X, from(s(X)))
ACTIVE(from(X)) -> FROM(s(X))
ACTIVE(from(X)) -> S(X)
ACTIVE(after(s(N), cons(X, XS))) -> AFTER(N, XS)
ACTIVE(from(X)) -> FROM(active(X))
ACTIVE(from(X)) -> ACTIVE(X)
ACTIVE(cons(X1, X2)) -> CONS(active(X1), X2)
ACTIVE(cons(X1, X2)) -> ACTIVE(X1)
ACTIVE(s(X)) -> S(active(X))
ACTIVE(s(X)) -> ACTIVE(X)
ACTIVE(after(X1, X2)) -> AFTER(active(X1), X2)
ACTIVE(after(X1, X2)) -> ACTIVE(X1)
ACTIVE(after(X1, X2)) -> AFTER(X1, active(X2))
ACTIVE(after(X1, X2)) -> ACTIVE(X2)
FROM(mark(X)) -> FROM(X)
FROM(ok(X)) -> FROM(X)
CONS(mark(X1), X2) -> CONS(X1, X2)
CONS(ok(X1), ok(X2)) -> CONS(X1, X2)
S(mark(X)) -> S(X)
S(ok(X)) -> S(X)
AFTER(mark(X1), X2) -> AFTER(X1, X2)
AFTER(X1, mark(X2)) -> AFTER(X1, X2)
AFTER(ok(X1), ok(X2)) -> AFTER(X1, X2)
PROPER(from(X)) -> FROM(proper(X))
PROPER(from(X)) -> PROPER(X)
PROPER(cons(X1, X2)) -> CONS(proper(X1), proper(X2))
PROPER(cons(X1, X2)) -> PROPER(X1)
PROPER(cons(X1, X2)) -> PROPER(X2)
PROPER(s(X)) -> S(proper(X))
PROPER(s(X)) -> PROPER(X)
PROPER(after(X1, X2)) -> AFTER(proper(X1), proper(X2))
PROPER(after(X1, X2)) -> PROPER(X1)
PROPER(after(X1, X2)) -> PROPER(X2)
TOP(mark(X)) -> TOP(proper(X))
TOP(mark(X)) -> PROPER(X)
TOP(ok(X)) -> TOP(active(X))
TOP(ok(X)) -> ACTIVE(X)
R
↳DPs
→DP Problem 1
↳Polynomial Ordering
→DP Problem 2
↳Polo
→DP Problem 3
↳Polo
→DP Problem 4
↳Polo
→DP Problem 5
↳Polo
→DP Problem 6
↳Polo
→DP Problem 7
↳Nar
CONS(ok(X1), ok(X2)) -> CONS(X1, X2)
CONS(mark(X1), X2) -> CONS(X1, X2)
active(from(X)) -> mark(cons(X, from(s(X))))
active(after(0, XS)) -> mark(XS)
active(after(s(N), cons(X, XS))) -> mark(after(N, XS))
active(from(X)) -> from(active(X))
active(cons(X1, X2)) -> cons(active(X1), X2)
active(s(X)) -> s(active(X))
active(after(X1, X2)) -> after(active(X1), X2)
active(after(X1, X2)) -> after(X1, active(X2))
from(mark(X)) -> mark(from(X))
from(ok(X)) -> ok(from(X))
cons(mark(X1), X2) -> mark(cons(X1, X2))
cons(ok(X1), ok(X2)) -> ok(cons(X1, X2))
s(mark(X)) -> mark(s(X))
s(ok(X)) -> ok(s(X))
after(mark(X1), X2) -> mark(after(X1, X2))
after(X1, mark(X2)) -> mark(after(X1, X2))
after(ok(X1), ok(X2)) -> ok(after(X1, X2))
proper(from(X)) -> from(proper(X))
proper(cons(X1, X2)) -> cons(proper(X1), proper(X2))
proper(s(X)) -> s(proper(X))
proper(after(X1, X2)) -> after(proper(X1), proper(X2))
proper(0) -> ok(0)
top(mark(X)) -> top(proper(X))
top(ok(X)) -> top(active(X))
CONS(ok(X1), ok(X2)) -> CONS(X1, X2)
POL(mark(x1)) = 0 POL(ok(x1)) = 1 + x1 POL(CONS(x1, x2)) = x2
R
↳DPs
→DP Problem 1
↳Polo
→DP Problem 8
↳Polynomial Ordering
→DP Problem 2
↳Polo
→DP Problem 3
↳Polo
→DP Problem 4
↳Polo
→DP Problem 5
↳Polo
→DP Problem 6
↳Polo
→DP Problem 7
↳Nar
CONS(mark(X1), X2) -> CONS(X1, X2)
active(from(X)) -> mark(cons(X, from(s(X))))
active(after(0, XS)) -> mark(XS)
active(after(s(N), cons(X, XS))) -> mark(after(N, XS))
active(from(X)) -> from(active(X))
active(cons(X1, X2)) -> cons(active(X1), X2)
active(s(X)) -> s(active(X))
active(after(X1, X2)) -> after(active(X1), X2)
active(after(X1, X2)) -> after(X1, active(X2))
from(mark(X)) -> mark(from(X))
from(ok(X)) -> ok(from(X))
cons(mark(X1), X2) -> mark(cons(X1, X2))
cons(ok(X1), ok(X2)) -> ok(cons(X1, X2))
s(mark(X)) -> mark(s(X))
s(ok(X)) -> ok(s(X))
after(mark(X1), X2) -> mark(after(X1, X2))
after(X1, mark(X2)) -> mark(after(X1, X2))
after(ok(X1), ok(X2)) -> ok(after(X1, X2))
proper(from(X)) -> from(proper(X))
proper(cons(X1, X2)) -> cons(proper(X1), proper(X2))
proper(s(X)) -> s(proper(X))
proper(after(X1, X2)) -> after(proper(X1), proper(X2))
proper(0) -> ok(0)
top(mark(X)) -> top(proper(X))
top(ok(X)) -> top(active(X))
CONS(mark(X1), X2) -> CONS(X1, X2)
POL(mark(x1)) = 1 + x1 POL(CONS(x1, x2)) = x1
R
↳DPs
→DP Problem 1
↳Polo
→DP Problem 8
↳Polo
...
→DP Problem 9
↳Dependency Graph
→DP Problem 2
↳Polo
→DP Problem 3
↳Polo
→DP Problem 4
↳Polo
→DP Problem 5
↳Polo
→DP Problem 6
↳Polo
→DP Problem 7
↳Nar
active(from(X)) -> mark(cons(X, from(s(X))))
active(after(0, XS)) -> mark(XS)
active(after(s(N), cons(X, XS))) -> mark(after(N, XS))
active(from(X)) -> from(active(X))
active(cons(X1, X2)) -> cons(active(X1), X2)
active(s(X)) -> s(active(X))
active(after(X1, X2)) -> after(active(X1), X2)
active(after(X1, X2)) -> after(X1, active(X2))
from(mark(X)) -> mark(from(X))
from(ok(X)) -> ok(from(X))
cons(mark(X1), X2) -> mark(cons(X1, X2))
cons(ok(X1), ok(X2)) -> ok(cons(X1, X2))
s(mark(X)) -> mark(s(X))
s(ok(X)) -> ok(s(X))
after(mark(X1), X2) -> mark(after(X1, X2))
after(X1, mark(X2)) -> mark(after(X1, X2))
after(ok(X1), ok(X2)) -> ok(after(X1, X2))
proper(from(X)) -> from(proper(X))
proper(cons(X1, X2)) -> cons(proper(X1), proper(X2))
proper(s(X)) -> s(proper(X))
proper(after(X1, X2)) -> after(proper(X1), proper(X2))
proper(0) -> ok(0)
top(mark(X)) -> top(proper(X))
top(ok(X)) -> top(active(X))
R
↳DPs
→DP Problem 1
↳Polo
→DP Problem 2
↳Polynomial Ordering
→DP Problem 3
↳Polo
→DP Problem 4
↳Polo
→DP Problem 5
↳Polo
→DP Problem 6
↳Polo
→DP Problem 7
↳Nar
FROM(ok(X)) -> FROM(X)
FROM(mark(X)) -> FROM(X)
active(from(X)) -> mark(cons(X, from(s(X))))
active(after(0, XS)) -> mark(XS)
active(after(s(N), cons(X, XS))) -> mark(after(N, XS))
active(from(X)) -> from(active(X))
active(cons(X1, X2)) -> cons(active(X1), X2)
active(s(X)) -> s(active(X))
active(after(X1, X2)) -> after(active(X1), X2)
active(after(X1, X2)) -> after(X1, active(X2))
from(mark(X)) -> mark(from(X))
from(ok(X)) -> ok(from(X))
cons(mark(X1), X2) -> mark(cons(X1, X2))
cons(ok(X1), ok(X2)) -> ok(cons(X1, X2))
s(mark(X)) -> mark(s(X))
s(ok(X)) -> ok(s(X))
after(mark(X1), X2) -> mark(after(X1, X2))
after(X1, mark(X2)) -> mark(after(X1, X2))
after(ok(X1), ok(X2)) -> ok(after(X1, X2))
proper(from(X)) -> from(proper(X))
proper(cons(X1, X2)) -> cons(proper(X1), proper(X2))
proper(s(X)) -> s(proper(X))
proper(after(X1, X2)) -> after(proper(X1), proper(X2))
proper(0) -> ok(0)
top(mark(X)) -> top(proper(X))
top(ok(X)) -> top(active(X))
FROM(ok(X)) -> FROM(X)
POL(FROM(x1)) = x1 POL(mark(x1)) = x1 POL(ok(x1)) = 1 + x1
R
↳DPs
→DP Problem 1
↳Polo
→DP Problem 2
↳Polo
→DP Problem 10
↳Polynomial Ordering
→DP Problem 3
↳Polo
→DP Problem 4
↳Polo
→DP Problem 5
↳Polo
→DP Problem 6
↳Polo
→DP Problem 7
↳Nar
FROM(mark(X)) -> FROM(X)
active(from(X)) -> mark(cons(X, from(s(X))))
active(after(0, XS)) -> mark(XS)
active(after(s(N), cons(X, XS))) -> mark(after(N, XS))
active(from(X)) -> from(active(X))
active(cons(X1, X2)) -> cons(active(X1), X2)
active(s(X)) -> s(active(X))
active(after(X1, X2)) -> after(active(X1), X2)
active(after(X1, X2)) -> after(X1, active(X2))
from(mark(X)) -> mark(from(X))
from(ok(X)) -> ok(from(X))
cons(mark(X1), X2) -> mark(cons(X1, X2))
cons(ok(X1), ok(X2)) -> ok(cons(X1, X2))
s(mark(X)) -> mark(s(X))
s(ok(X)) -> ok(s(X))
after(mark(X1), X2) -> mark(after(X1, X2))
after(X1, mark(X2)) -> mark(after(X1, X2))
after(ok(X1), ok(X2)) -> ok(after(X1, X2))
proper(from(X)) -> from(proper(X))
proper(cons(X1, X2)) -> cons(proper(X1), proper(X2))
proper(s(X)) -> s(proper(X))
proper(after(X1, X2)) -> after(proper(X1), proper(X2))
proper(0) -> ok(0)
top(mark(X)) -> top(proper(X))
top(ok(X)) -> top(active(X))
FROM(mark(X)) -> FROM(X)
POL(FROM(x1)) = x1 POL(mark(x1)) = 1 + x1
R
↳DPs
→DP Problem 1
↳Polo
→DP Problem 2
↳Polo
→DP Problem 10
↳Polo
...
→DP Problem 11
↳Dependency Graph
→DP Problem 3
↳Polo
→DP Problem 4
↳Polo
→DP Problem 5
↳Polo
→DP Problem 6
↳Polo
→DP Problem 7
↳Nar
active(from(X)) -> mark(cons(X, from(s(X))))
active(after(0, XS)) -> mark(XS)
active(after(s(N), cons(X, XS))) -> mark(after(N, XS))
active(from(X)) -> from(active(X))
active(cons(X1, X2)) -> cons(active(X1), X2)
active(s(X)) -> s(active(X))
active(after(X1, X2)) -> after(active(X1), X2)
active(after(X1, X2)) -> after(X1, active(X2))
from(mark(X)) -> mark(from(X))
from(ok(X)) -> ok(from(X))
cons(mark(X1), X2) -> mark(cons(X1, X2))
cons(ok(X1), ok(X2)) -> ok(cons(X1, X2))
s(mark(X)) -> mark(s(X))
s(ok(X)) -> ok(s(X))
after(mark(X1), X2) -> mark(after(X1, X2))
after(X1, mark(X2)) -> mark(after(X1, X2))
after(ok(X1), ok(X2)) -> ok(after(X1, X2))
proper(from(X)) -> from(proper(X))
proper(cons(X1, X2)) -> cons(proper(X1), proper(X2))
proper(s(X)) -> s(proper(X))
proper(after(X1, X2)) -> after(proper(X1), proper(X2))
proper(0) -> ok(0)
top(mark(X)) -> top(proper(X))
top(ok(X)) -> top(active(X))
R
↳DPs
→DP Problem 1
↳Polo
→DP Problem 2
↳Polo
→DP Problem 3
↳Polynomial Ordering
→DP Problem 4
↳Polo
→DP Problem 5
↳Polo
→DP Problem 6
↳Polo
→DP Problem 7
↳Nar
S(ok(X)) -> S(X)
S(mark(X)) -> S(X)
active(from(X)) -> mark(cons(X, from(s(X))))
active(after(0, XS)) -> mark(XS)
active(after(s(N), cons(X, XS))) -> mark(after(N, XS))
active(from(X)) -> from(active(X))
active(cons(X1, X2)) -> cons(active(X1), X2)
active(s(X)) -> s(active(X))
active(after(X1, X2)) -> after(active(X1), X2)
active(after(X1, X2)) -> after(X1, active(X2))
from(mark(X)) -> mark(from(X))
from(ok(X)) -> ok(from(X))
cons(mark(X1), X2) -> mark(cons(X1, X2))
cons(ok(X1), ok(X2)) -> ok(cons(X1, X2))
s(mark(X)) -> mark(s(X))
s(ok(X)) -> ok(s(X))
after(mark(X1), X2) -> mark(after(X1, X2))
after(X1, mark(X2)) -> mark(after(X1, X2))
after(ok(X1), ok(X2)) -> ok(after(X1, X2))
proper(from(X)) -> from(proper(X))
proper(cons(X1, X2)) -> cons(proper(X1), proper(X2))
proper(s(X)) -> s(proper(X))
proper(after(X1, X2)) -> after(proper(X1), proper(X2))
proper(0) -> ok(0)
top(mark(X)) -> top(proper(X))
top(ok(X)) -> top(active(X))
S(ok(X)) -> S(X)
POL(S(x1)) = x1 POL(mark(x1)) = x1 POL(ok(x1)) = 1 + x1
R
↳DPs
→DP Problem 1
↳Polo
→DP Problem 2
↳Polo
→DP Problem 3
↳Polo
→DP Problem 12
↳Polynomial Ordering
→DP Problem 4
↳Polo
→DP Problem 5
↳Polo
→DP Problem 6
↳Polo
→DP Problem 7
↳Nar
S(mark(X)) -> S(X)
active(from(X)) -> mark(cons(X, from(s(X))))
active(after(0, XS)) -> mark(XS)
active(after(s(N), cons(X, XS))) -> mark(after(N, XS))
active(from(X)) -> from(active(X))
active(cons(X1, X2)) -> cons(active(X1), X2)
active(s(X)) -> s(active(X))
active(after(X1, X2)) -> after(active(X1), X2)
active(after(X1, X2)) -> after(X1, active(X2))
from(mark(X)) -> mark(from(X))
from(ok(X)) -> ok(from(X))
cons(mark(X1), X2) -> mark(cons(X1, X2))
cons(ok(X1), ok(X2)) -> ok(cons(X1, X2))
s(mark(X)) -> mark(s(X))
s(ok(X)) -> ok(s(X))
after(mark(X1), X2) -> mark(after(X1, X2))
after(X1, mark(X2)) -> mark(after(X1, X2))
after(ok(X1), ok(X2)) -> ok(after(X1, X2))
proper(from(X)) -> from(proper(X))
proper(cons(X1, X2)) -> cons(proper(X1), proper(X2))
proper(s(X)) -> s(proper(X))
proper(after(X1, X2)) -> after(proper(X1), proper(X2))
proper(0) -> ok(0)
top(mark(X)) -> top(proper(X))
top(ok(X)) -> top(active(X))
S(mark(X)) -> S(X)
POL(S(x1)) = x1 POL(mark(x1)) = 1 + x1
R
↳DPs
→DP Problem 1
↳Polo
→DP Problem 2
↳Polo
→DP Problem 3
↳Polo
→DP Problem 12
↳Polo
...
→DP Problem 13
↳Dependency Graph
→DP Problem 4
↳Polo
→DP Problem 5
↳Polo
→DP Problem 6
↳Polo
→DP Problem 7
↳Nar
active(from(X)) -> mark(cons(X, from(s(X))))
active(after(0, XS)) -> mark(XS)
active(after(s(N), cons(X, XS))) -> mark(after(N, XS))
active(from(X)) -> from(active(X))
active(cons(X1, X2)) -> cons(active(X1), X2)
active(s(X)) -> s(active(X))
active(after(X1, X2)) -> after(active(X1), X2)
active(after(X1, X2)) -> after(X1, active(X2))
from(mark(X)) -> mark(from(X))
from(ok(X)) -> ok(from(X))
cons(mark(X1), X2) -> mark(cons(X1, X2))
cons(ok(X1), ok(X2)) -> ok(cons(X1, X2))
s(mark(X)) -> mark(s(X))
s(ok(X)) -> ok(s(X))
after(mark(X1), X2) -> mark(after(X1, X2))
after(X1, mark(X2)) -> mark(after(X1, X2))
after(ok(X1), ok(X2)) -> ok(after(X1, X2))
proper(from(X)) -> from(proper(X))
proper(cons(X1, X2)) -> cons(proper(X1), proper(X2))
proper(s(X)) -> s(proper(X))
proper(after(X1, X2)) -> after(proper(X1), proper(X2))
proper(0) -> ok(0)
top(mark(X)) -> top(proper(X))
top(ok(X)) -> top(active(X))
R
↳DPs
→DP Problem 1
↳Polo
→DP Problem 2
↳Polo
→DP Problem 3
↳Polo
→DP Problem 4
↳Polynomial Ordering
→DP Problem 5
↳Polo
→DP Problem 6
↳Polo
→DP Problem 7
↳Nar
AFTER(ok(X1), ok(X2)) -> AFTER(X1, X2)
AFTER(X1, mark(X2)) -> AFTER(X1, X2)
AFTER(mark(X1), X2) -> AFTER(X1, X2)
active(from(X)) -> mark(cons(X, from(s(X))))
active(after(0, XS)) -> mark(XS)
active(after(s(N), cons(X, XS))) -> mark(after(N, XS))
active(from(X)) -> from(active(X))
active(cons(X1, X2)) -> cons(active(X1), X2)
active(s(X)) -> s(active(X))
active(after(X1, X2)) -> after(active(X1), X2)
active(after(X1, X2)) -> after(X1, active(X2))
from(mark(X)) -> mark(from(X))
from(ok(X)) -> ok(from(X))
cons(mark(X1), X2) -> mark(cons(X1, X2))
cons(ok(X1), ok(X2)) -> ok(cons(X1, X2))
s(mark(X)) -> mark(s(X))
s(ok(X)) -> ok(s(X))
after(mark(X1), X2) -> mark(after(X1, X2))
after(X1, mark(X2)) -> mark(after(X1, X2))
after(ok(X1), ok(X2)) -> ok(after(X1, X2))
proper(from(X)) -> from(proper(X))
proper(cons(X1, X2)) -> cons(proper(X1), proper(X2))
proper(s(X)) -> s(proper(X))
proper(after(X1, X2)) -> after(proper(X1), proper(X2))
proper(0) -> ok(0)
top(mark(X)) -> top(proper(X))
top(ok(X)) -> top(active(X))
AFTER(ok(X1), ok(X2)) -> AFTER(X1, X2)
POL(AFTER(x1, x2)) = x1 POL(mark(x1)) = x1 POL(ok(x1)) = 1 + x1
R
↳DPs
→DP Problem 1
↳Polo
→DP Problem 2
↳Polo
→DP Problem 3
↳Polo
→DP Problem 4
↳Polo
→DP Problem 14
↳Polynomial Ordering
→DP Problem 5
↳Polo
→DP Problem 6
↳Polo
→DP Problem 7
↳Nar
AFTER(X1, mark(X2)) -> AFTER(X1, X2)
AFTER(mark(X1), X2) -> AFTER(X1, X2)
active(from(X)) -> mark(cons(X, from(s(X))))
active(after(0, XS)) -> mark(XS)
active(after(s(N), cons(X, XS))) -> mark(after(N, XS))
active(from(X)) -> from(active(X))
active(cons(X1, X2)) -> cons(active(X1), X2)
active(s(X)) -> s(active(X))
active(after(X1, X2)) -> after(active(X1), X2)
active(after(X1, X2)) -> after(X1, active(X2))
from(mark(X)) -> mark(from(X))
from(ok(X)) -> ok(from(X))
cons(mark(X1), X2) -> mark(cons(X1, X2))
cons(ok(X1), ok(X2)) -> ok(cons(X1, X2))
s(mark(X)) -> mark(s(X))
s(ok(X)) -> ok(s(X))
after(mark(X1), X2) -> mark(after(X1, X2))
after(X1, mark(X2)) -> mark(after(X1, X2))
after(ok(X1), ok(X2)) -> ok(after(X1, X2))
proper(from(X)) -> from(proper(X))
proper(cons(X1, X2)) -> cons(proper(X1), proper(X2))
proper(s(X)) -> s(proper(X))
proper(after(X1, X2)) -> after(proper(X1), proper(X2))
proper(0) -> ok(0)
top(mark(X)) -> top(proper(X))
top(ok(X)) -> top(active(X))
AFTER(mark(X1), X2) -> AFTER(X1, X2)
POL(AFTER(x1, x2)) = x1 POL(mark(x1)) = 1 + x1
R
↳DPs
→DP Problem 1
↳Polo
→DP Problem 2
↳Polo
→DP Problem 3
↳Polo
→DP Problem 4
↳Polo
→DP Problem 14
↳Polo
...
→DP Problem 15
↳Polynomial Ordering
→DP Problem 5
↳Polo
→DP Problem 6
↳Polo
→DP Problem 7
↳Nar
AFTER(X1, mark(X2)) -> AFTER(X1, X2)
active(from(X)) -> mark(cons(X, from(s(X))))
active(after(0, XS)) -> mark(XS)
active(after(s(N), cons(X, XS))) -> mark(after(N, XS))
active(from(X)) -> from(active(X))
active(cons(X1, X2)) -> cons(active(X1), X2)
active(s(X)) -> s(active(X))
active(after(X1, X2)) -> after(active(X1), X2)
active(after(X1, X2)) -> after(X1, active(X2))
from(mark(X)) -> mark(from(X))
from(ok(X)) -> ok(from(X))
cons(mark(X1), X2) -> mark(cons(X1, X2))
cons(ok(X1), ok(X2)) -> ok(cons(X1, X2))
s(mark(X)) -> mark(s(X))
s(ok(X)) -> ok(s(X))
after(mark(X1), X2) -> mark(after(X1, X2))
after(X1, mark(X2)) -> mark(after(X1, X2))
after(ok(X1), ok(X2)) -> ok(after(X1, X2))
proper(from(X)) -> from(proper(X))
proper(cons(X1, X2)) -> cons(proper(X1), proper(X2))
proper(s(X)) -> s(proper(X))
proper(after(X1, X2)) -> after(proper(X1), proper(X2))
proper(0) -> ok(0)
top(mark(X)) -> top(proper(X))
top(ok(X)) -> top(active(X))
AFTER(X1, mark(X2)) -> AFTER(X1, X2)
POL(AFTER(x1, x2)) = x2 POL(mark(x1)) = 1 + x1
R
↳DPs
→DP Problem 1
↳Polo
→DP Problem 2
↳Polo
→DP Problem 3
↳Polo
→DP Problem 4
↳Polo
→DP Problem 14
↳Polo
...
→DP Problem 16
↳Dependency Graph
→DP Problem 5
↳Polo
→DP Problem 6
↳Polo
→DP Problem 7
↳Nar
active(from(X)) -> mark(cons(X, from(s(X))))
active(after(0, XS)) -> mark(XS)
active(after(s(N), cons(X, XS))) -> mark(after(N, XS))
active(from(X)) -> from(active(X))
active(cons(X1, X2)) -> cons(active(X1), X2)
active(s(X)) -> s(active(X))
active(after(X1, X2)) -> after(active(X1), X2)
active(after(X1, X2)) -> after(X1, active(X2))
from(mark(X)) -> mark(from(X))
from(ok(X)) -> ok(from(X))
cons(mark(X1), X2) -> mark(cons(X1, X2))
cons(ok(X1), ok(X2)) -> ok(cons(X1, X2))
s(mark(X)) -> mark(s(X))
s(ok(X)) -> ok(s(X))
after(mark(X1), X2) -> mark(after(X1, X2))
after(X1, mark(X2)) -> mark(after(X1, X2))
after(ok(X1), ok(X2)) -> ok(after(X1, X2))
proper(from(X)) -> from(proper(X))
proper(cons(X1, X2)) -> cons(proper(X1), proper(X2))
proper(s(X)) -> s(proper(X))
proper(after(X1, X2)) -> after(proper(X1), proper(X2))
proper(0) -> ok(0)
top(mark(X)) -> top(proper(X))
top(ok(X)) -> top(active(X))
R
↳DPs
→DP Problem 1
↳Polo
→DP Problem 2
↳Polo
→DP Problem 3
↳Polo
→DP Problem 4
↳Polo
→DP Problem 5
↳Polynomial Ordering
→DP Problem 6
↳Polo
→DP Problem 7
↳Nar
ACTIVE(after(X1, X2)) -> ACTIVE(X2)
ACTIVE(after(X1, X2)) -> ACTIVE(X1)
ACTIVE(s(X)) -> ACTIVE(X)
ACTIVE(cons(X1, X2)) -> ACTIVE(X1)
ACTIVE(from(X)) -> ACTIVE(X)
active(from(X)) -> mark(cons(X, from(s(X))))
active(after(0, XS)) -> mark(XS)
active(after(s(N), cons(X, XS))) -> mark(after(N, XS))
active(from(X)) -> from(active(X))
active(cons(X1, X2)) -> cons(active(X1), X2)
active(s(X)) -> s(active(X))
active(after(X1, X2)) -> after(active(X1), X2)
active(after(X1, X2)) -> after(X1, active(X2))
from(mark(X)) -> mark(from(X))
from(ok(X)) -> ok(from(X))
cons(mark(X1), X2) -> mark(cons(X1, X2))
cons(ok(X1), ok(X2)) -> ok(cons(X1, X2))
s(mark(X)) -> mark(s(X))
s(ok(X)) -> ok(s(X))
after(mark(X1), X2) -> mark(after(X1, X2))
after(X1, mark(X2)) -> mark(after(X1, X2))
after(ok(X1), ok(X2)) -> ok(after(X1, X2))
proper(from(X)) -> from(proper(X))
proper(cons(X1, X2)) -> cons(proper(X1), proper(X2))
proper(s(X)) -> s(proper(X))
proper(after(X1, X2)) -> after(proper(X1), proper(X2))
proper(0) -> ok(0)
top(mark(X)) -> top(proper(X))
top(ok(X)) -> top(active(X))
ACTIVE(from(X)) -> ACTIVE(X)
POL(from(x1)) = 1 + x1 POL(ACTIVE(x1)) = x1 POL(cons(x1, x2)) = x1 POL(after(x1, x2)) = x1 + x2 POL(s(x1)) = x1
R
↳DPs
→DP Problem 1
↳Polo
→DP Problem 2
↳Polo
→DP Problem 3
↳Polo
→DP Problem 4
↳Polo
→DP Problem 5
↳Polo
→DP Problem 17
↳Polynomial Ordering
→DP Problem 6
↳Polo
→DP Problem 7
↳Nar
ACTIVE(after(X1, X2)) -> ACTIVE(X2)
ACTIVE(after(X1, X2)) -> ACTIVE(X1)
ACTIVE(s(X)) -> ACTIVE(X)
ACTIVE(cons(X1, X2)) -> ACTIVE(X1)
active(from(X)) -> mark(cons(X, from(s(X))))
active(after(0, XS)) -> mark(XS)
active(after(s(N), cons(X, XS))) -> mark(after(N, XS))
active(from(X)) -> from(active(X))
active(cons(X1, X2)) -> cons(active(X1), X2)
active(s(X)) -> s(active(X))
active(after(X1, X2)) -> after(active(X1), X2)
active(after(X1, X2)) -> after(X1, active(X2))
from(mark(X)) -> mark(from(X))
from(ok(X)) -> ok(from(X))
cons(mark(X1), X2) -> mark(cons(X1, X2))
cons(ok(X1), ok(X2)) -> ok(cons(X1, X2))
s(mark(X)) -> mark(s(X))
s(ok(X)) -> ok(s(X))
after(mark(X1), X2) -> mark(after(X1, X2))
after(X1, mark(X2)) -> mark(after(X1, X2))
after(ok(X1), ok(X2)) -> ok(after(X1, X2))
proper(from(X)) -> from(proper(X))
proper(cons(X1, X2)) -> cons(proper(X1), proper(X2))
proper(s(X)) -> s(proper(X))
proper(after(X1, X2)) -> after(proper(X1), proper(X2))
proper(0) -> ok(0)
top(mark(X)) -> top(proper(X))
top(ok(X)) -> top(active(X))
ACTIVE(after(X1, X2)) -> ACTIVE(X2)
ACTIVE(after(X1, X2)) -> ACTIVE(X1)
POL(ACTIVE(x1)) = x1 POL(cons(x1, x2)) = x1 POL(after(x1, x2)) = 1 + x1 + x2 POL(s(x1)) = x1
R
↳DPs
→DP Problem 1
↳Polo
→DP Problem 2
↳Polo
→DP Problem 3
↳Polo
→DP Problem 4
↳Polo
→DP Problem 5
↳Polo
→DP Problem 17
↳Polo
...
→DP Problem 18
↳Polynomial Ordering
→DP Problem 6
↳Polo
→DP Problem 7
↳Nar
ACTIVE(s(X)) -> ACTIVE(X)
ACTIVE(cons(X1, X2)) -> ACTIVE(X1)
active(from(X)) -> mark(cons(X, from(s(X))))
active(after(0, XS)) -> mark(XS)
active(after(s(N), cons(X, XS))) -> mark(after(N, XS))
active(from(X)) -> from(active(X))
active(cons(X1, X2)) -> cons(active(X1), X2)
active(s(X)) -> s(active(X))
active(after(X1, X2)) -> after(active(X1), X2)
active(after(X1, X2)) -> after(X1, active(X2))
from(mark(X)) -> mark(from(X))
from(ok(X)) -> ok(from(X))
cons(mark(X1), X2) -> mark(cons(X1, X2))
cons(ok(X1), ok(X2)) -> ok(cons(X1, X2))
s(mark(X)) -> mark(s(X))
s(ok(X)) -> ok(s(X))
after(mark(X1), X2) -> mark(after(X1, X2))
after(X1, mark(X2)) -> mark(after(X1, X2))
after(ok(X1), ok(X2)) -> ok(after(X1, X2))
proper(from(X)) -> from(proper(X))
proper(cons(X1, X2)) -> cons(proper(X1), proper(X2))
proper(s(X)) -> s(proper(X))
proper(after(X1, X2)) -> after(proper(X1), proper(X2))
proper(0) -> ok(0)
top(mark(X)) -> top(proper(X))
top(ok(X)) -> top(active(X))
ACTIVE(s(X)) -> ACTIVE(X)
POL(ACTIVE(x1)) = x1 POL(cons(x1, x2)) = x1 POL(s(x1)) = 1 + x1
R
↳DPs
→DP Problem 1
↳Polo
→DP Problem 2
↳Polo
→DP Problem 3
↳Polo
→DP Problem 4
↳Polo
→DP Problem 5
↳Polo
→DP Problem 17
↳Polo
...
→DP Problem 19
↳Polynomial Ordering
→DP Problem 6
↳Polo
→DP Problem 7
↳Nar
ACTIVE(cons(X1, X2)) -> ACTIVE(X1)
active(from(X)) -> mark(cons(X, from(s(X))))
active(after(0, XS)) -> mark(XS)
active(after(s(N), cons(X, XS))) -> mark(after(N, XS))
active(from(X)) -> from(active(X))
active(cons(X1, X2)) -> cons(active(X1), X2)
active(s(X)) -> s(active(X))
active(after(X1, X2)) -> after(active(X1), X2)
active(after(X1, X2)) -> after(X1, active(X2))
from(mark(X)) -> mark(from(X))
from(ok(X)) -> ok(from(X))
cons(mark(X1), X2) -> mark(cons(X1, X2))
cons(ok(X1), ok(X2)) -> ok(cons(X1, X2))
s(mark(X)) -> mark(s(X))
s(ok(X)) -> ok(s(X))
after(mark(X1), X2) -> mark(after(X1, X2))
after(X1, mark(X2)) -> mark(after(X1, X2))
after(ok(X1), ok(X2)) -> ok(after(X1, X2))
proper(from(X)) -> from(proper(X))
proper(cons(X1, X2)) -> cons(proper(X1), proper(X2))
proper(s(X)) -> s(proper(X))
proper(after(X1, X2)) -> after(proper(X1), proper(X2))
proper(0) -> ok(0)
top(mark(X)) -> top(proper(X))
top(ok(X)) -> top(active(X))
ACTIVE(cons(X1, X2)) -> ACTIVE(X1)
POL(ACTIVE(x1)) = x1 POL(cons(x1, x2)) = 1 + x1
R
↳DPs
→DP Problem 1
↳Polo
→DP Problem 2
↳Polo
→DP Problem 3
↳Polo
→DP Problem 4
↳Polo
→DP Problem 5
↳Polo
→DP Problem 17
↳Polo
...
→DP Problem 20
↳Dependency Graph
→DP Problem 6
↳Polo
→DP Problem 7
↳Nar
active(from(X)) -> mark(cons(X, from(s(X))))
active(after(0, XS)) -> mark(XS)
active(after(s(N), cons(X, XS))) -> mark(after(N, XS))
active(from(X)) -> from(active(X))
active(cons(X1, X2)) -> cons(active(X1), X2)
active(s(X)) -> s(active(X))
active(after(X1, X2)) -> after(active(X1), X2)
active(after(X1, X2)) -> after(X1, active(X2))
from(mark(X)) -> mark(from(X))
from(ok(X)) -> ok(from(X))
cons(mark(X1), X2) -> mark(cons(X1, X2))
cons(ok(X1), ok(X2)) -> ok(cons(X1, X2))
s(mark(X)) -> mark(s(X))
s(ok(X)) -> ok(s(X))
after(mark(X1), X2) -> mark(after(X1, X2))
after(X1, mark(X2)) -> mark(after(X1, X2))
after(ok(X1), ok(X2)) -> ok(after(X1, X2))
proper(from(X)) -> from(proper(X))
proper(cons(X1, X2)) -> cons(proper(X1), proper(X2))
proper(s(X)) -> s(proper(X))
proper(after(X1, X2)) -> after(proper(X1), proper(X2))
proper(0) -> ok(0)
top(mark(X)) -> top(proper(X))
top(ok(X)) -> top(active(X))
R
↳DPs
→DP Problem 1
↳Polo
→DP Problem 2
↳Polo
→DP Problem 3
↳Polo
→DP Problem 4
↳Polo
→DP Problem 5
↳Polo
→DP Problem 6
↳Polynomial Ordering
→DP Problem 7
↳Nar
PROPER(after(X1, X2)) -> PROPER(X2)
PROPER(after(X1, X2)) -> PROPER(X1)
PROPER(s(X)) -> PROPER(X)
PROPER(cons(X1, X2)) -> PROPER(X2)
PROPER(cons(X1, X2)) -> PROPER(X1)
PROPER(from(X)) -> PROPER(X)
active(from(X)) -> mark(cons(X, from(s(X))))
active(after(0, XS)) -> mark(XS)
active(after(s(N), cons(X, XS))) -> mark(after(N, XS))
active(from(X)) -> from(active(X))
active(cons(X1, X2)) -> cons(active(X1), X2)
active(s(X)) -> s(active(X))
active(after(X1, X2)) -> after(active(X1), X2)
active(after(X1, X2)) -> after(X1, active(X2))
from(mark(X)) -> mark(from(X))
from(ok(X)) -> ok(from(X))
cons(mark(X1), X2) -> mark(cons(X1, X2))
cons(ok(X1), ok(X2)) -> ok(cons(X1, X2))
s(mark(X)) -> mark(s(X))
s(ok(X)) -> ok(s(X))
after(mark(X1), X2) -> mark(after(X1, X2))
after(X1, mark(X2)) -> mark(after(X1, X2))
after(ok(X1), ok(X2)) -> ok(after(X1, X2))
proper(from(X)) -> from(proper(X))
proper(cons(X1, X2)) -> cons(proper(X1), proper(X2))
proper(s(X)) -> s(proper(X))
proper(after(X1, X2)) -> after(proper(X1), proper(X2))
proper(0) -> ok(0)
top(mark(X)) -> top(proper(X))
top(ok(X)) -> top(active(X))
PROPER(from(X)) -> PROPER(X)
POL(from(x1)) = 1 + x1 POL(PROPER(x1)) = x1 POL(cons(x1, x2)) = x1 + x2 POL(after(x1, x2)) = x1 + x2 POL(s(x1)) = x1
R
↳DPs
→DP Problem 1
↳Polo
→DP Problem 2
↳Polo
→DP Problem 3
↳Polo
→DP Problem 4
↳Polo
→DP Problem 5
↳Polo
→DP Problem 6
↳Polo
→DP Problem 21
↳Polynomial Ordering
→DP Problem 7
↳Nar
PROPER(after(X1, X2)) -> PROPER(X2)
PROPER(after(X1, X2)) -> PROPER(X1)
PROPER(s(X)) -> PROPER(X)
PROPER(cons(X1, X2)) -> PROPER(X2)
PROPER(cons(X1, X2)) -> PROPER(X1)
active(from(X)) -> mark(cons(X, from(s(X))))
active(after(0, XS)) -> mark(XS)
active(after(s(N), cons(X, XS))) -> mark(after(N, XS))
active(from(X)) -> from(active(X))
active(cons(X1, X2)) -> cons(active(X1), X2)
active(s(X)) -> s(active(X))
active(after(X1, X2)) -> after(active(X1), X2)
active(after(X1, X2)) -> after(X1, active(X2))
from(mark(X)) -> mark(from(X))
from(ok(X)) -> ok(from(X))
cons(mark(X1), X2) -> mark(cons(X1, X2))
cons(ok(X1), ok(X2)) -> ok(cons(X1, X2))
s(mark(X)) -> mark(s(X))
s(ok(X)) -> ok(s(X))
after(mark(X1), X2) -> mark(after(X1, X2))
after(X1, mark(X2)) -> mark(after(X1, X2))
after(ok(X1), ok(X2)) -> ok(after(X1, X2))
proper(from(X)) -> from(proper(X))
proper(cons(X1, X2)) -> cons(proper(X1), proper(X2))
proper(s(X)) -> s(proper(X))
proper(after(X1, X2)) -> after(proper(X1), proper(X2))
proper(0) -> ok(0)
top(mark(X)) -> top(proper(X))
top(ok(X)) -> top(active(X))
PROPER(after(X1, X2)) -> PROPER(X2)
PROPER(after(X1, X2)) -> PROPER(X1)
POL(PROPER(x1)) = x1 POL(cons(x1, x2)) = x1 + x2 POL(after(x1, x2)) = 1 + x1 + x2 POL(s(x1)) = x1
R
↳DPs
→DP Problem 1
↳Polo
→DP Problem 2
↳Polo
→DP Problem 3
↳Polo
→DP Problem 4
↳Polo
→DP Problem 5
↳Polo
→DP Problem 6
↳Polo
→DP Problem 21
↳Polo
...
→DP Problem 22
↳Polynomial Ordering
→DP Problem 7
↳Nar
PROPER(s(X)) -> PROPER(X)
PROPER(cons(X1, X2)) -> PROPER(X2)
PROPER(cons(X1, X2)) -> PROPER(X1)
active(from(X)) -> mark(cons(X, from(s(X))))
active(after(0, XS)) -> mark(XS)
active(after(s(N), cons(X, XS))) -> mark(after(N, XS))
active(from(X)) -> from(active(X))
active(cons(X1, X2)) -> cons(active(X1), X2)
active(s(X)) -> s(active(X))
active(after(X1, X2)) -> after(active(X1), X2)
active(after(X1, X2)) -> after(X1, active(X2))
from(mark(X)) -> mark(from(X))
from(ok(X)) -> ok(from(X))
cons(mark(X1), X2) -> mark(cons(X1, X2))
cons(ok(X1), ok(X2)) -> ok(cons(X1, X2))
s(mark(X)) -> mark(s(X))
s(ok(X)) -> ok(s(X))
after(mark(X1), X2) -> mark(after(X1, X2))
after(X1, mark(X2)) -> mark(after(X1, X2))
after(ok(X1), ok(X2)) -> ok(after(X1, X2))
proper(from(X)) -> from(proper(X))
proper(cons(X1, X2)) -> cons(proper(X1), proper(X2))
proper(s(X)) -> s(proper(X))
proper(after(X1, X2)) -> after(proper(X1), proper(X2))
proper(0) -> ok(0)
top(mark(X)) -> top(proper(X))
top(ok(X)) -> top(active(X))
PROPER(s(X)) -> PROPER(X)
POL(PROPER(x1)) = x1 POL(cons(x1, x2)) = x1 + x2 POL(s(x1)) = 1 + x1
R
↳DPs
→DP Problem 1
↳Polo
→DP Problem 2
↳Polo
→DP Problem 3
↳Polo
→DP Problem 4
↳Polo
→DP Problem 5
↳Polo
→DP Problem 6
↳Polo
→DP Problem 21
↳Polo
...
→DP Problem 23
↳Polynomial Ordering
→DP Problem 7
↳Nar
PROPER(cons(X1, X2)) -> PROPER(X2)
PROPER(cons(X1, X2)) -> PROPER(X1)
active(from(X)) -> mark(cons(X, from(s(X))))
active(after(0, XS)) -> mark(XS)
active(after(s(N), cons(X, XS))) -> mark(after(N, XS))
active(from(X)) -> from(active(X))
active(cons(X1, X2)) -> cons(active(X1), X2)
active(s(X)) -> s(active(X))
active(after(X1, X2)) -> after(active(X1), X2)
active(after(X1, X2)) -> after(X1, active(X2))
from(mark(X)) -> mark(from(X))
from(ok(X)) -> ok(from(X))
cons(mark(X1), X2) -> mark(cons(X1, X2))
cons(ok(X1), ok(X2)) -> ok(cons(X1, X2))
s(mark(X)) -> mark(s(X))
s(ok(X)) -> ok(s(X))
after(mark(X1), X2) -> mark(after(X1, X2))
after(X1, mark(X2)) -> mark(after(X1, X2))
after(ok(X1), ok(X2)) -> ok(after(X1, X2))
proper(from(X)) -> from(proper(X))
proper(cons(X1, X2)) -> cons(proper(X1), proper(X2))
proper(s(X)) -> s(proper(X))
proper(after(X1, X2)) -> after(proper(X1), proper(X2))
proper(0) -> ok(0)
top(mark(X)) -> top(proper(X))
top(ok(X)) -> top(active(X))
PROPER(cons(X1, X2)) -> PROPER(X2)
PROPER(cons(X1, X2)) -> PROPER(X1)
POL(PROPER(x1)) = x1 POL(cons(x1, x2)) = 1 + x1 + x2
R
↳DPs
→DP Problem 1
↳Polo
→DP Problem 2
↳Polo
→DP Problem 3
↳Polo
→DP Problem 4
↳Polo
→DP Problem 5
↳Polo
→DP Problem 6
↳Polo
→DP Problem 21
↳Polo
...
→DP Problem 24
↳Dependency Graph
→DP Problem 7
↳Nar
active(from(X)) -> mark(cons(X, from(s(X))))
active(after(0, XS)) -> mark(XS)
active(after(s(N), cons(X, XS))) -> mark(after(N, XS))
active(from(X)) -> from(active(X))
active(cons(X1, X2)) -> cons(active(X1), X2)
active(s(X)) -> s(active(X))
active(after(X1, X2)) -> after(active(X1), X2)
active(after(X1, X2)) -> after(X1, active(X2))
from(mark(X)) -> mark(from(X))
from(ok(X)) -> ok(from(X))
cons(mark(X1), X2) -> mark(cons(X1, X2))
cons(ok(X1), ok(X2)) -> ok(cons(X1, X2))
s(mark(X)) -> mark(s(X))
s(ok(X)) -> ok(s(X))
after(mark(X1), X2) -> mark(after(X1, X2))
after(X1, mark(X2)) -> mark(after(X1, X2))
after(ok(X1), ok(X2)) -> ok(after(X1, X2))
proper(from(X)) -> from(proper(X))
proper(cons(X1, X2)) -> cons(proper(X1), proper(X2))
proper(s(X)) -> s(proper(X))
proper(after(X1, X2)) -> after(proper(X1), proper(X2))
proper(0) -> ok(0)
top(mark(X)) -> top(proper(X))
top(ok(X)) -> top(active(X))
R
↳DPs
→DP Problem 1
↳Polo
→DP Problem 2
↳Polo
→DP Problem 3
↳Polo
→DP Problem 4
↳Polo
→DP Problem 5
↳Polo
→DP Problem 6
↳Polo
→DP Problem 7
↳Narrowing Transformation
TOP(ok(X)) -> TOP(active(X))
TOP(mark(X)) -> TOP(proper(X))
active(from(X)) -> mark(cons(X, from(s(X))))
active(after(0, XS)) -> mark(XS)
active(after(s(N), cons(X, XS))) -> mark(after(N, XS))
active(from(X)) -> from(active(X))
active(cons(X1, X2)) -> cons(active(X1), X2)
active(s(X)) -> s(active(X))
active(after(X1, X2)) -> after(active(X1), X2)
active(after(X1, X2)) -> after(X1, active(X2))
from(mark(X)) -> mark(from(X))
from(ok(X)) -> ok(from(X))
cons(mark(X1), X2) -> mark(cons(X1, X2))
cons(ok(X1), ok(X2)) -> ok(cons(X1, X2))
s(mark(X)) -> mark(s(X))
s(ok(X)) -> ok(s(X))
after(mark(X1), X2) -> mark(after(X1, X2))
after(X1, mark(X2)) -> mark(after(X1, X2))
after(ok(X1), ok(X2)) -> ok(after(X1, X2))
proper(from(X)) -> from(proper(X))
proper(cons(X1, X2)) -> cons(proper(X1), proper(X2))
proper(s(X)) -> s(proper(X))
proper(after(X1, X2)) -> after(proper(X1), proper(X2))
proper(0) -> ok(0)
top(mark(X)) -> top(proper(X))
top(ok(X)) -> top(active(X))
five new Dependency Pairs are created:
TOP(mark(X)) -> TOP(proper(X))
TOP(mark(from(X''))) -> TOP(from(proper(X'')))
TOP(mark(cons(X1', X2'))) -> TOP(cons(proper(X1'), proper(X2')))
TOP(mark(s(X''))) -> TOP(s(proper(X'')))
TOP(mark(after(X1', X2'))) -> TOP(after(proper(X1'), proper(X2')))
TOP(mark(0)) -> TOP(ok(0))
R
↳DPs
→DP Problem 1
↳Polo
→DP Problem 2
↳Polo
→DP Problem 3
↳Polo
→DP Problem 4
↳Polo
→DP Problem 5
↳Polo
→DP Problem 6
↳Polo
→DP Problem 7
↳Nar
→DP Problem 25
↳Narrowing Transformation
TOP(mark(0)) -> TOP(ok(0))
TOP(mark(after(X1', X2'))) -> TOP(after(proper(X1'), proper(X2')))
TOP(mark(s(X''))) -> TOP(s(proper(X'')))
TOP(mark(cons(X1', X2'))) -> TOP(cons(proper(X1'), proper(X2')))
TOP(mark(from(X''))) -> TOP(from(proper(X'')))
TOP(ok(X)) -> TOP(active(X))
active(from(X)) -> mark(cons(X, from(s(X))))
active(after(0, XS)) -> mark(XS)
active(after(s(N), cons(X, XS))) -> mark(after(N, XS))
active(from(X)) -> from(active(X))
active(cons(X1, X2)) -> cons(active(X1), X2)
active(s(X)) -> s(active(X))
active(after(X1, X2)) -> after(active(X1), X2)
active(after(X1, X2)) -> after(X1, active(X2))
from(mark(X)) -> mark(from(X))
from(ok(X)) -> ok(from(X))
cons(mark(X1), X2) -> mark(cons(X1, X2))
cons(ok(X1), ok(X2)) -> ok(cons(X1, X2))
s(mark(X)) -> mark(s(X))
s(ok(X)) -> ok(s(X))
after(mark(X1), X2) -> mark(after(X1, X2))
after(X1, mark(X2)) -> mark(after(X1, X2))
after(ok(X1), ok(X2)) -> ok(after(X1, X2))
proper(from(X)) -> from(proper(X))
proper(cons(X1, X2)) -> cons(proper(X1), proper(X2))
proper(s(X)) -> s(proper(X))
proper(after(X1, X2)) -> after(proper(X1), proper(X2))
proper(0) -> ok(0)
top(mark(X)) -> top(proper(X))
top(ok(X)) -> top(active(X))
eight new Dependency Pairs are created:
TOP(ok(X)) -> TOP(active(X))
TOP(ok(from(X''))) -> TOP(mark(cons(X'', from(s(X'')))))
TOP(ok(after(0, XS'))) -> TOP(mark(XS'))
TOP(ok(after(s(N'), cons(X'', XS')))) -> TOP(mark(after(N', XS')))
TOP(ok(from(X''))) -> TOP(from(active(X'')))
TOP(ok(cons(X1', X2'))) -> TOP(cons(active(X1'), X2'))
TOP(ok(s(X''))) -> TOP(s(active(X'')))
TOP(ok(after(X1', X2'))) -> TOP(after(active(X1'), X2'))
TOP(ok(after(X1', X2'))) -> TOP(after(X1', active(X2')))
R
↳DPs
→DP Problem 1
↳Polo
→DP Problem 2
↳Polo
→DP Problem 3
↳Polo
→DP Problem 4
↳Polo
→DP Problem 5
↳Polo
→DP Problem 6
↳Polo
→DP Problem 7
↳Nar
→DP Problem 25
↳Nar
...
→DP Problem 26
↳Polynomial Ordering
TOP(ok(after(X1', X2'))) -> TOP(after(X1', active(X2')))
TOP(ok(after(X1', X2'))) -> TOP(after(active(X1'), X2'))
TOP(ok(s(X''))) -> TOP(s(active(X'')))
TOP(ok(cons(X1', X2'))) -> TOP(cons(active(X1'), X2'))
TOP(ok(from(X''))) -> TOP(from(active(X'')))
TOP(ok(after(s(N'), cons(X'', XS')))) -> TOP(mark(after(N', XS')))
TOP(ok(after(0, XS'))) -> TOP(mark(XS'))
TOP(ok(from(X''))) -> TOP(mark(cons(X'', from(s(X'')))))
TOP(mark(s(X''))) -> TOP(s(proper(X'')))
TOP(mark(cons(X1', X2'))) -> TOP(cons(proper(X1'), proper(X2')))
TOP(mark(from(X''))) -> TOP(from(proper(X'')))
TOP(mark(after(X1', X2'))) -> TOP(after(proper(X1'), proper(X2')))
active(from(X)) -> mark(cons(X, from(s(X))))
active(after(0, XS)) -> mark(XS)
active(after(s(N), cons(X, XS))) -> mark(after(N, XS))
active(from(X)) -> from(active(X))
active(cons(X1, X2)) -> cons(active(X1), X2)
active(s(X)) -> s(active(X))
active(after(X1, X2)) -> after(active(X1), X2)
active(after(X1, X2)) -> after(X1, active(X2))
from(mark(X)) -> mark(from(X))
from(ok(X)) -> ok(from(X))
cons(mark(X1), X2) -> mark(cons(X1, X2))
cons(ok(X1), ok(X2)) -> ok(cons(X1, X2))
s(mark(X)) -> mark(s(X))
s(ok(X)) -> ok(s(X))
after(mark(X1), X2) -> mark(after(X1, X2))
after(X1, mark(X2)) -> mark(after(X1, X2))
after(ok(X1), ok(X2)) -> ok(after(X1, X2))
proper(from(X)) -> from(proper(X))
proper(cons(X1, X2)) -> cons(proper(X1), proper(X2))
proper(s(X)) -> s(proper(X))
proper(after(X1, X2)) -> after(proper(X1), proper(X2))
proper(0) -> ok(0)
top(mark(X)) -> top(proper(X))
top(ok(X)) -> top(active(X))
TOP(ok(after(0, XS'))) -> TOP(mark(XS'))
active(from(X)) -> mark(cons(X, from(s(X))))
active(after(0, XS)) -> mark(XS)
active(after(s(N), cons(X, XS))) -> mark(after(N, XS))
active(from(X)) -> from(active(X))
active(cons(X1, X2)) -> cons(active(X1), X2)
active(s(X)) -> s(active(X))
active(after(X1, X2)) -> after(active(X1), X2)
active(after(X1, X2)) -> after(X1, active(X2))
after(mark(X1), X2) -> mark(after(X1, X2))
after(X1, mark(X2)) -> mark(after(X1, X2))
after(ok(X1), ok(X2)) -> ok(after(X1, X2))
s(mark(X)) -> mark(s(X))
s(ok(X)) -> ok(s(X))
cons(mark(X1), X2) -> mark(cons(X1, X2))
cons(ok(X1), ok(X2)) -> ok(cons(X1, X2))
from(mark(X)) -> mark(from(X))
from(ok(X)) -> ok(from(X))
proper(from(X)) -> from(proper(X))
proper(cons(X1, X2)) -> cons(proper(X1), proper(X2))
proper(s(X)) -> s(proper(X))
proper(after(X1, X2)) -> after(proper(X1), proper(X2))
proper(0) -> ok(0)
POL(from(x1)) = 0 POL(active(x1)) = x1 POL(proper(x1)) = x1 POL(0) = 0 POL(cons(x1, x2)) = x2 POL(s(x1)) = 0 POL(after(x1, x2)) = 1 + x2 POL(mark(x1)) = x1 POL(ok(x1)) = x1 POL(TOP(x1)) = x1
R
↳DPs
→DP Problem 1
↳Polo
→DP Problem 2
↳Polo
→DP Problem 3
↳Polo
→DP Problem 4
↳Polo
→DP Problem 5
↳Polo
→DP Problem 6
↳Polo
→DP Problem 7
↳Nar
→DP Problem 25
↳Nar
...
→DP Problem 27
↳Polynomial Ordering
TOP(ok(after(X1', X2'))) -> TOP(after(X1', active(X2')))
TOP(ok(after(X1', X2'))) -> TOP(after(active(X1'), X2'))
TOP(ok(s(X''))) -> TOP(s(active(X'')))
TOP(ok(cons(X1', X2'))) -> TOP(cons(active(X1'), X2'))
TOP(ok(from(X''))) -> TOP(from(active(X'')))
TOP(ok(after(s(N'), cons(X'', XS')))) -> TOP(mark(after(N', XS')))
TOP(ok(from(X''))) -> TOP(mark(cons(X'', from(s(X'')))))
TOP(mark(s(X''))) -> TOP(s(proper(X'')))
TOP(mark(cons(X1', X2'))) -> TOP(cons(proper(X1'), proper(X2')))
TOP(mark(from(X''))) -> TOP(from(proper(X'')))
TOP(mark(after(X1', X2'))) -> TOP(after(proper(X1'), proper(X2')))
active(from(X)) -> mark(cons(X, from(s(X))))
active(after(0, XS)) -> mark(XS)
active(after(s(N), cons(X, XS))) -> mark(after(N, XS))
active(from(X)) -> from(active(X))
active(cons(X1, X2)) -> cons(active(X1), X2)
active(s(X)) -> s(active(X))
active(after(X1, X2)) -> after(active(X1), X2)
active(after(X1, X2)) -> after(X1, active(X2))
from(mark(X)) -> mark(from(X))
from(ok(X)) -> ok(from(X))
cons(mark(X1), X2) -> mark(cons(X1, X2))
cons(ok(X1), ok(X2)) -> ok(cons(X1, X2))
s(mark(X)) -> mark(s(X))
s(ok(X)) -> ok(s(X))
after(mark(X1), X2) -> mark(after(X1, X2))
after(X1, mark(X2)) -> mark(after(X1, X2))
after(ok(X1), ok(X2)) -> ok(after(X1, X2))
proper(from(X)) -> from(proper(X))
proper(cons(X1, X2)) -> cons(proper(X1), proper(X2))
proper(s(X)) -> s(proper(X))
proper(after(X1, X2)) -> after(proper(X1), proper(X2))
proper(0) -> ok(0)
top(mark(X)) -> top(proper(X))
top(ok(X)) -> top(active(X))
TOP(ok(from(X''))) -> TOP(mark(cons(X'', from(s(X'')))))
after(mark(X1), X2) -> mark(after(X1, X2))
after(X1, mark(X2)) -> mark(after(X1, X2))
after(ok(X1), ok(X2)) -> ok(after(X1, X2))
s(mark(X)) -> mark(s(X))
s(ok(X)) -> ok(s(X))
cons(mark(X1), X2) -> mark(cons(X1, X2))
cons(ok(X1), ok(X2)) -> ok(cons(X1, X2))
from(mark(X)) -> mark(from(X))
from(ok(X)) -> ok(from(X))
POL(from(x1)) = 1 POL(active(x1)) = 0 POL(proper(x1)) = 0 POL(0) = 0 POL(cons(x1, x2)) = 0 POL(s(x1)) = 0 POL(after(x1, x2)) = 0 POL(mark(x1)) = x1 POL(ok(x1)) = x1 POL(TOP(x1)) = x1
R
↳DPs
→DP Problem 1
↳Polo
→DP Problem 2
↳Polo
→DP Problem 3
↳Polo
→DP Problem 4
↳Polo
→DP Problem 5
↳Polo
→DP Problem 6
↳Polo
→DP Problem 7
↳Nar
→DP Problem 25
↳Nar
...
→DP Problem 28
↳Polynomial Ordering
TOP(ok(after(X1', X2'))) -> TOP(after(X1', active(X2')))
TOP(ok(after(X1', X2'))) -> TOP(after(active(X1'), X2'))
TOP(ok(s(X''))) -> TOP(s(active(X'')))
TOP(ok(cons(X1', X2'))) -> TOP(cons(active(X1'), X2'))
TOP(ok(from(X''))) -> TOP(from(active(X'')))
TOP(ok(after(s(N'), cons(X'', XS')))) -> TOP(mark(after(N', XS')))
TOP(mark(s(X''))) -> TOP(s(proper(X'')))
TOP(mark(cons(X1', X2'))) -> TOP(cons(proper(X1'), proper(X2')))
TOP(mark(from(X''))) -> TOP(from(proper(X'')))
TOP(mark(after(X1', X2'))) -> TOP(after(proper(X1'), proper(X2')))
active(from(X)) -> mark(cons(X, from(s(X))))
active(after(0, XS)) -> mark(XS)
active(after(s(N), cons(X, XS))) -> mark(after(N, XS))
active(from(X)) -> from(active(X))
active(cons(X1, X2)) -> cons(active(X1), X2)
active(s(X)) -> s(active(X))
active(after(X1, X2)) -> after(active(X1), X2)
active(after(X1, X2)) -> after(X1, active(X2))
from(mark(X)) -> mark(from(X))
from(ok(X)) -> ok(from(X))
cons(mark(X1), X2) -> mark(cons(X1, X2))
cons(ok(X1), ok(X2)) -> ok(cons(X1, X2))
s(mark(X)) -> mark(s(X))
s(ok(X)) -> ok(s(X))
after(mark(X1), X2) -> mark(after(X1, X2))
after(X1, mark(X2)) -> mark(after(X1, X2))
after(ok(X1), ok(X2)) -> ok(after(X1, X2))
proper(from(X)) -> from(proper(X))
proper(cons(X1, X2)) -> cons(proper(X1), proper(X2))
proper(s(X)) -> s(proper(X))
proper(after(X1, X2)) -> after(proper(X1), proper(X2))
proper(0) -> ok(0)
top(mark(X)) -> top(proper(X))
top(ok(X)) -> top(active(X))
TOP(ok(after(s(N'), cons(X'', XS')))) -> TOP(mark(after(N', XS')))
active(from(X)) -> mark(cons(X, from(s(X))))
active(after(0, XS)) -> mark(XS)
active(after(s(N), cons(X, XS))) -> mark(after(N, XS))
active(from(X)) -> from(active(X))
active(cons(X1, X2)) -> cons(active(X1), X2)
active(s(X)) -> s(active(X))
active(after(X1, X2)) -> after(active(X1), X2)
active(after(X1, X2)) -> after(X1, active(X2))
after(mark(X1), X2) -> mark(after(X1, X2))
after(X1, mark(X2)) -> mark(after(X1, X2))
after(ok(X1), ok(X2)) -> ok(after(X1, X2))
s(mark(X)) -> mark(s(X))
s(ok(X)) -> ok(s(X))
cons(mark(X1), X2) -> mark(cons(X1, X2))
cons(ok(X1), ok(X2)) -> ok(cons(X1, X2))
from(mark(X)) -> mark(from(X))
from(ok(X)) -> ok(from(X))
proper(from(X)) -> from(proper(X))
proper(cons(X1, X2)) -> cons(proper(X1), proper(X2))
proper(s(X)) -> s(proper(X))
proper(after(X1, X2)) -> after(proper(X1), proper(X2))
proper(0) -> ok(0)
POL(from(x1)) = 0 POL(active(x1)) = x1 POL(proper(x1)) = x1 POL(0) = 0 POL(cons(x1, x2)) = x2 POL(s(x1)) = 1 + x1 POL(after(x1, x2)) = x1 + x2 POL(mark(x1)) = x1 POL(ok(x1)) = x1 POL(TOP(x1)) = 1 + x1
R
↳DPs
→DP Problem 1
↳Polo
→DP Problem 2
↳Polo
→DP Problem 3
↳Polo
→DP Problem 4
↳Polo
→DP Problem 5
↳Polo
→DP Problem 6
↳Polo
→DP Problem 7
↳Nar
→DP Problem 25
↳Nar
...
→DP Problem 29
↳Remaining Obligation(s)
TOP(ok(after(X1', X2'))) -> TOP(after(X1', active(X2')))
TOP(ok(after(X1', X2'))) -> TOP(after(active(X1'), X2'))
TOP(ok(s(X''))) -> TOP(s(active(X'')))
TOP(ok(cons(X1', X2'))) -> TOP(cons(active(X1'), X2'))
TOP(ok(from(X''))) -> TOP(from(active(X'')))
TOP(mark(s(X''))) -> TOP(s(proper(X'')))
TOP(mark(cons(X1', X2'))) -> TOP(cons(proper(X1'), proper(X2')))
TOP(mark(from(X''))) -> TOP(from(proper(X'')))
TOP(mark(after(X1', X2'))) -> TOP(after(proper(X1'), proper(X2')))
active(from(X)) -> mark(cons(X, from(s(X))))
active(after(0, XS)) -> mark(XS)
active(after(s(N), cons(X, XS))) -> mark(after(N, XS))
active(from(X)) -> from(active(X))
active(cons(X1, X2)) -> cons(active(X1), X2)
active(s(X)) -> s(active(X))
active(after(X1, X2)) -> after(active(X1), X2)
active(after(X1, X2)) -> after(X1, active(X2))
from(mark(X)) -> mark(from(X))
from(ok(X)) -> ok(from(X))
cons(mark(X1), X2) -> mark(cons(X1, X2))
cons(ok(X1), ok(X2)) -> ok(cons(X1, X2))
s(mark(X)) -> mark(s(X))
s(ok(X)) -> ok(s(X))
after(mark(X1), X2) -> mark(after(X1, X2))
after(X1, mark(X2)) -> mark(after(X1, X2))
after(ok(X1), ok(X2)) -> ok(after(X1, X2))
proper(from(X)) -> from(proper(X))
proper(cons(X1, X2)) -> cons(proper(X1), proper(X2))
proper(s(X)) -> s(proper(X))
proper(after(X1, X2)) -> after(proper(X1), proper(X2))
proper(0) -> ok(0)
top(mark(X)) -> top(proper(X))
top(ok(X)) -> top(active(X))