TIMEOUT
The TRS could not be proven terminating. The proof attempt took 60001 ms.
The following DP Processors were used
Problem 1 was processed with processor DependencyGraph (70ms).
| Problem 2 was processed with processor SubtermCriterion (2ms).
| Problem 3 was processed with processor SubtermCriterion (0ms).
| Problem 4 remains open; application of the following processors failed [SubtermCriterion (0ms), DependencyGraph (4ms), PolynomialLinearRange4iUR (934ms), DependencyGraph (5ms), PolynomialLinearRange8NegiUR (20566ms), DependencyGraph (3ms), ReductionPairSAT (3918ms), DependencyGraph (3ms), SizeChangePrinciple (548ms), ForwardNarrowing (2ms), BackwardInstantiation (2ms), ForwardInstantiation (2ms), Propagation (1ms)].
The following open problems remain:
Open Dependency Pair Problem 4
Dependency Pairs
cond1#(true, x, y) | → | cond2#(gr(y, 0), x, y) | | cond2#(true, x, y) | → | cond2#(gr(y, 0), p(x), p(y)) |
cond2#(false, x, y) | → | cond1#(and(eq(x, y), gr(x, 0)), x, y) |
Rewrite Rules
cond1(true, x, y) | → | cond2(gr(y, 0), x, y) | | cond2(true, x, y) | → | cond2(gr(y, 0), p(x), p(y)) |
cond2(false, x, y) | → | cond1(and(eq(x, y), gr(x, 0)), x, y) | | gr(0, x) | → | false |
gr(s(x), 0) | → | true | | gr(s(x), s(y)) | → | gr(x, y) |
p(0) | → | 0 | | p(s(x)) | → | x |
eq(0, 0) | → | true | | eq(s(x), 0) | → | false |
eq(0, s(x)) | → | false | | eq(s(x), s(y)) | → | eq(x, y) |
and(true, true) | → | true | | and(false, x) | → | false |
and(x, false) | → | false |
Original Signature
Termination of terms over the following signature is verified: cond2, 0, s, p, false, true, gr, cond1, and, eq
Problem 1: DependencyGraph
Dependency Pair Problem
Dependency Pairs
cond1#(true, x, y) | → | cond2#(gr(y, 0), x, y) | | cond2#(false, x, y) | → | and#(eq(x, y), gr(x, 0)) |
cond2#(true, x, y) | → | gr#(y, 0) | | cond2#(true, x, y) | → | p#(x) |
gr#(s(x), s(y)) | → | gr#(x, y) | | cond2#(true, x, y) | → | cond2#(gr(y, 0), p(x), p(y)) |
cond2#(true, x, y) | → | p#(y) | | eq#(s(x), s(y)) | → | eq#(x, y) |
cond2#(false, x, y) | → | gr#(x, 0) | | cond1#(true, x, y) | → | gr#(y, 0) |
cond2#(false, x, y) | → | eq#(x, y) | | cond2#(false, x, y) | → | cond1#(and(eq(x, y), gr(x, 0)), x, y) |
Rewrite Rules
cond1(true, x, y) | → | cond2(gr(y, 0), x, y) | | cond2(true, x, y) | → | cond2(gr(y, 0), p(x), p(y)) |
cond2(false, x, y) | → | cond1(and(eq(x, y), gr(x, 0)), x, y) | | gr(0, x) | → | false |
gr(s(x), 0) | → | true | | gr(s(x), s(y)) | → | gr(x, y) |
p(0) | → | 0 | | p(s(x)) | → | x |
eq(0, 0) | → | true | | eq(s(x), 0) | → | false |
eq(0, s(x)) | → | false | | eq(s(x), s(y)) | → | eq(x, y) |
and(true, true) | → | true | | and(false, x) | → | false |
and(x, false) | → | false |
Original Signature
Termination of terms over the following signature is verified: cond2, 0, s, p, true, false, gr, cond1, eq, and
Strategy
The following SCCs where found
gr#(s(x), s(y)) → gr#(x, y) |
cond1#(true, x, y) → cond2#(gr(y, 0), x, y) | cond2#(true, x, y) → cond2#(gr(y, 0), p(x), p(y)) |
cond2#(false, x, y) → cond1#(and(eq(x, y), gr(x, 0)), x, y) |
eq#(s(x), s(y)) → eq#(x, y) |
Problem 2: SubtermCriterion
Dependency Pair Problem
Dependency Pairs
eq#(s(x), s(y)) | → | eq#(x, y) |
Rewrite Rules
cond1(true, x, y) | → | cond2(gr(y, 0), x, y) | | cond2(true, x, y) | → | cond2(gr(y, 0), p(x), p(y)) |
cond2(false, x, y) | → | cond1(and(eq(x, y), gr(x, 0)), x, y) | | gr(0, x) | → | false |
gr(s(x), 0) | → | true | | gr(s(x), s(y)) | → | gr(x, y) |
p(0) | → | 0 | | p(s(x)) | → | x |
eq(0, 0) | → | true | | eq(s(x), 0) | → | false |
eq(0, s(x)) | → | false | | eq(s(x), s(y)) | → | eq(x, y) |
and(true, true) | → | true | | and(false, x) | → | false |
and(x, false) | → | false |
Original Signature
Termination of terms over the following signature is verified: cond2, 0, s, p, true, false, gr, cond1, eq, and
Strategy
Projection
The following projection was used:
Thus, the following dependency pairs are removed:
eq#(s(x), s(y)) | → | eq#(x, y) |
Problem 3: SubtermCriterion
Dependency Pair Problem
Dependency Pairs
gr#(s(x), s(y)) | → | gr#(x, y) |
Rewrite Rules
cond1(true, x, y) | → | cond2(gr(y, 0), x, y) | | cond2(true, x, y) | → | cond2(gr(y, 0), p(x), p(y)) |
cond2(false, x, y) | → | cond1(and(eq(x, y), gr(x, 0)), x, y) | | gr(0, x) | → | false |
gr(s(x), 0) | → | true | | gr(s(x), s(y)) | → | gr(x, y) |
p(0) | → | 0 | | p(s(x)) | → | x |
eq(0, 0) | → | true | | eq(s(x), 0) | → | false |
eq(0, s(x)) | → | false | | eq(s(x), s(y)) | → | eq(x, y) |
and(true, true) | → | true | | and(false, x) | → | false |
and(x, false) | → | false |
Original Signature
Termination of terms over the following signature is verified: cond2, 0, s, p, true, false, gr, cond1, eq, and
Strategy
Projection
The following projection was used:
Thus, the following dependency pairs are removed:
gr#(s(x), s(y)) | → | gr#(x, y) |