4.75/4.72 YES 4.75/4.72 4.75/4.72 DP problem for innermost termination. 4.75/4.72 P = 4.75/4.72 f5#(x1, x2, x3, x4) -> f4#(x1, x2, x3, x4) 4.75/4.72 f2#(I4, I5, I6, I7) -> f1#(I4, 1, 1 + I6, I7) [0 <= -1 * I5 /\ 0 <= -1 - I6 + I7] 4.75/4.72 f4#(I8, I9, I10, I11) -> f2#(I8, 0, I10, I11) 4.75/4.72 f1#(I17, I18, I19, I20) -> f2#(I17, 0, I19, -1 + I20) [1 - I18 <= 0 /\ 0 <= -1 - I19 + I20] 4.75/4.72 R = 4.75/4.72 f5(x1, x2, x3, x4) -> f4(x1, x2, x3, x4) 4.75/4.72 f2(I0, I1, I2, I3) -> f3(rnd1, I1, I2, I3) [rnd1 = rnd1 /\ -1 * I2 + I3 <= 0] 4.75/4.72 f2(I4, I5, I6, I7) -> f1(I4, 1, 1 + I6, I7) [0 <= -1 * I5 /\ 0 <= -1 - I6 + I7] 4.75/4.72 f4(I8, I9, I10, I11) -> f2(I8, 0, I10, I11) 4.75/4.72 f1(I12, I13, I14, I15) -> f3(I16, I13, I14, I15) [I16 = I16 /\ -1 * I14 + I15 <= 0] 4.75/4.72 f1(I17, I18, I19, I20) -> f2(I17, 0, I19, -1 + I20) [1 - I18 <= 0 /\ 0 <= -1 - I19 + I20] 4.75/4.72 4.75/4.72 The dependency graph for this problem is: 4.75/4.72 0 -> 2 4.75/4.72 1 -> 3 4.75/4.72 2 -> 1 4.75/4.72 3 -> 1 4.75/4.72 Where: 4.75/4.72 0) f5#(x1, x2, x3, x4) -> f4#(x1, x2, x3, x4) 4.75/4.72 1) f2#(I4, I5, I6, I7) -> f1#(I4, 1, 1 + I6, I7) [0 <= -1 * I5 /\ 0 <= -1 - I6 + I7] 4.75/4.72 2) f4#(I8, I9, I10, I11) -> f2#(I8, 0, I10, I11) 4.75/4.73 3) f1#(I17, I18, I19, I20) -> f2#(I17, 0, I19, -1 + I20) [1 - I18 <= 0 /\ 0 <= -1 - I19 + I20] 4.75/4.73 4.75/4.73 We have the following SCCs. 4.75/4.73 { 1, 3 } 4.75/4.73 4.75/4.73 DP problem for innermost termination. 4.75/4.73 P = 4.75/4.73 f2#(I4, I5, I6, I7) -> f1#(I4, 1, 1 + I6, I7) [0 <= -1 * I5 /\ 0 <= -1 - I6 + I7] 4.75/4.73 f1#(I17, I18, I19, I20) -> f2#(I17, 0, I19, -1 + I20) [1 - I18 <= 0 /\ 0 <= -1 - I19 + I20] 4.75/4.73 R = 4.75/4.73 f5(x1, x2, x3, x4) -> f4(x1, x2, x3, x4) 4.75/4.73 f2(I0, I1, I2, I3) -> f3(rnd1, I1, I2, I3) [rnd1 = rnd1 /\ -1 * I2 + I3 <= 0] 4.75/4.73 f2(I4, I5, I6, I7) -> f1(I4, 1, 1 + I6, I7) [0 <= -1 * I5 /\ 0 <= -1 - I6 + I7] 4.75/4.73 f4(I8, I9, I10, I11) -> f2(I8, 0, I10, I11) 4.75/4.73 f1(I12, I13, I14, I15) -> f3(I16, I13, I14, I15) [I16 = I16 /\ -1 * I14 + I15 <= 0] 4.75/4.73 f1(I17, I18, I19, I20) -> f2(I17, 0, I19, -1 + I20) [1 - I18 <= 0 /\ 0 <= -1 - I19 + I20] 4.75/4.73 4.75/4.73 We use the reverse value criterion with the projection function NU: 4.75/4.73 NU[f1#(z1,z2,z3,z4)] = -1 - z3 + z4 + -1 * 0 4.75/4.73 NU[f2#(z1,z2,z3,z4)] = -1 - z3 + z4 + -1 * 0 4.75/4.73 4.75/4.73 This gives the following inequalities: 4.75/4.73 0 <= -1 * I5 /\ 0 <= -1 - I6 + I7 ==> -1 - I6 + I7 + -1 * 0 > -1 - (1 + I6) + I7 + -1 * 0 with -1 - I6 + I7 + -1 * 0 >= 0 4.75/4.73 1 - I18 <= 0 /\ 0 <= -1 - I19 + I20 ==> -1 - I19 + I20 + -1 * 0 > -1 - I19 + (-1 + I20) + -1 * 0 with -1 - I19 + I20 + -1 * 0 >= 0 4.75/4.73 4.75/4.73 All dependency pairs are strictly oriented, so the entire dependency pair problem may be removed. 4.75/7.70 EOF