2.70/2.75 YES 2.70/2.75 2.70/2.75 DP problem for innermost termination. 2.70/2.75 P = 2.70/2.75 f5#(x1, x2) -> f4#(x1, x2) 2.70/2.75 f2#(I0, I1) -> f1#(I0, I0) [1 <= I0] 2.70/2.75 f4#(I2, I3) -> f2#(I2, I3) 2.70/2.75 f3#(I4, I5) -> f1#(I4, I5) 2.70/2.75 f1#(I6, I7) -> f3#(I6, -1 + I7) [1 <= I7] 2.70/2.75 f1#(I8, I9) -> f2#(-1 + I8, 1 + I9) [I9 <= 0] 2.70/2.75 R = 2.70/2.75 f5(x1, x2) -> f4(x1, x2) 2.70/2.75 f2(I0, I1) -> f1(I0, I0) [1 <= I0] 2.70/2.75 f4(I2, I3) -> f2(I2, I3) 2.70/2.75 f3(I4, I5) -> f1(I4, I5) 2.70/2.75 f1(I6, I7) -> f3(I6, -1 + I7) [1 <= I7] 2.70/2.75 f1(I8, I9) -> f2(-1 + I8, 1 + I9) [I9 <= 0] 2.70/2.75 2.70/2.75 The dependency graph for this problem is: 2.70/2.75 0 -> 2 2.70/2.75 1 -> 4 2.70/2.75 2 -> 1 2.70/2.75 3 -> 4, 5 2.70/2.75 4 -> 3 2.70/2.75 5 -> 1 2.70/2.75 Where: 2.70/2.75 0) f5#(x1, x2) -> f4#(x1, x2) 2.70/2.75 1) f2#(I0, I1) -> f1#(I0, I0) [1 <= I0] 2.70/2.75 2) f4#(I2, I3) -> f2#(I2, I3) 2.70/2.75 3) f3#(I4, I5) -> f1#(I4, I5) 2.70/2.75 4) f1#(I6, I7) -> f3#(I6, -1 + I7) [1 <= I7] 2.70/2.75 5) f1#(I8, I9) -> f2#(-1 + I8, 1 + I9) [I9 <= 0] 2.70/2.75 2.70/2.75 We have the following SCCs. 2.70/2.75 { 1, 3, 4, 5 } 2.70/2.75 2.70/2.75 DP problem for innermost termination. 2.70/2.75 P = 2.70/2.75 f2#(I0, I1) -> f1#(I0, I0) [1 <= I0] 2.70/2.75 f3#(I4, I5) -> f1#(I4, I5) 2.70/2.75 f1#(I6, I7) -> f3#(I6, -1 + I7) [1 <= I7] 2.70/2.75 f1#(I8, I9) -> f2#(-1 + I8, 1 + I9) [I9 <= 0] 2.70/2.75 R = 2.70/2.75 f5(x1, x2) -> f4(x1, x2) 2.70/2.75 f2(I0, I1) -> f1(I0, I0) [1 <= I0] 2.70/2.75 f4(I2, I3) -> f2(I2, I3) 2.70/2.75 f3(I4, I5) -> f1(I4, I5) 2.70/2.75 f1(I6, I7) -> f3(I6, -1 + I7) [1 <= I7] 2.70/2.75 f1(I8, I9) -> f2(-1 + I8, 1 + I9) [I9 <= 0] 2.70/2.75 2.70/2.75 We use the extended value criterion with the projection function NU: 2.70/2.75 NU[f3#(x0,x1)] = x0 - 2 2.70/2.75 NU[f1#(x0,x1)] = x0 - 2 2.70/2.75 NU[f2#(x0,x1)] = x0 - 1 2.70/2.75 2.70/2.75 This gives the following inequalities: 2.70/2.75 1 <= I0 ==> I0 - 1 > I0 - 2 with I0 - 1 >= 0 2.70/2.75 ==> I4 - 2 >= I4 - 2 2.70/2.75 1 <= I7 ==> I6 - 2 >= I6 - 2 2.70/2.75 I9 <= 0 ==> I8 - 2 >= (-1 + I8) - 1 2.70/2.75 2.70/2.75 We remove all the strictly oriented dependency pairs. 2.70/2.75 2.70/2.75 DP problem for innermost termination. 2.70/2.75 P = 2.70/2.75 f3#(I4, I5) -> f1#(I4, I5) 2.70/2.75 f1#(I6, I7) -> f3#(I6, -1 + I7) [1 <= I7] 2.70/2.75 f1#(I8, I9) -> f2#(-1 + I8, 1 + I9) [I9 <= 0] 2.70/2.75 R = 2.70/2.75 f5(x1, x2) -> f4(x1, x2) 2.70/2.75 f2(I0, I1) -> f1(I0, I0) [1 <= I0] 2.70/2.75 f4(I2, I3) -> f2(I2, I3) 2.70/2.75 f3(I4, I5) -> f1(I4, I5) 2.70/2.75 f1(I6, I7) -> f3(I6, -1 + I7) [1 <= I7] 2.70/2.75 f1(I8, I9) -> f2(-1 + I8, 1 + I9) [I9 <= 0] 2.70/2.75 2.70/2.75 The dependency graph for this problem is: 2.70/2.75 3 -> 4, 5 2.70/2.75 4 -> 3 2.70/2.75 5 -> 2.70/2.75 Where: 2.70/2.75 3) f3#(I4, I5) -> f1#(I4, I5) 2.70/2.75 4) f1#(I6, I7) -> f3#(I6, -1 + I7) [1 <= I7] 2.70/2.75 5) f1#(I8, I9) -> f2#(-1 + I8, 1 + I9) [I9 <= 0] 2.70/2.75 2.70/2.75 We have the following SCCs. 2.70/2.75 { 3, 4 } 2.70/2.75 2.70/2.75 DP problem for innermost termination. 2.70/2.75 P = 2.70/2.75 f3#(I4, I5) -> f1#(I4, I5) 2.70/2.75 f1#(I6, I7) -> f3#(I6, -1 + I7) [1 <= I7] 2.70/2.75 R = 2.70/2.75 f5(x1, x2) -> f4(x1, x2) 2.70/2.75 f2(I0, I1) -> f1(I0, I0) [1 <= I0] 2.70/2.75 f4(I2, I3) -> f2(I2, I3) 2.70/2.75 f3(I4, I5) -> f1(I4, I5) 2.70/2.75 f1(I6, I7) -> f3(I6, -1 + I7) [1 <= I7] 2.70/2.75 f1(I8, I9) -> f2(-1 + I8, 1 + I9) [I9 <= 0] 2.70/2.75 2.70/2.75 We use the basic value criterion with the projection function NU: 2.70/2.75 NU[f1#(z1,z2)] = z2 2.70/2.75 NU[f3#(z1,z2)] = z2 2.70/2.75 2.70/2.75 This gives the following inequalities: 2.70/2.75 ==> I5 (>! \union =) I5 2.70/2.75 1 <= I7 ==> I7 >! -1 + I7 2.70/2.75 2.70/2.75 We remove all the strictly oriented dependency pairs. 2.70/2.75 2.70/2.75 DP problem for innermost termination. 2.70/2.75 P = 2.70/2.75 f3#(I4, I5) -> f1#(I4, I5) 2.70/2.75 R = 2.70/2.75 f5(x1, x2) -> f4(x1, x2) 2.70/2.75 f2(I0, I1) -> f1(I0, I0) [1 <= I0] 2.70/2.75 f4(I2, I3) -> f2(I2, I3) 2.70/2.75 f3(I4, I5) -> f1(I4, I5) 2.70/2.75 f1(I6, I7) -> f3(I6, -1 + I7) [1 <= I7] 2.70/2.75 f1(I8, I9) -> f2(-1 + I8, 1 + I9) [I9 <= 0] 2.70/2.75 2.70/2.75 The dependency graph for this problem is: 2.70/2.75 3 -> 2.70/2.75 Where: 2.70/2.75 3) f3#(I4, I5) -> f1#(I4, I5) 2.70/2.75 2.70/2.75 We have the following SCCs. 2.70/2.75 2.70/5.74 EOF