0.00/0.16 YES 0.00/0.16 0.00/0.16 DP problem for innermost termination. 0.00/0.16 P = 0.00/0.16 init#(x1, x2) -> f1#(rnd1, rnd2) 0.00/0.16 f2#(I0, I1) -> f2#(I0 - 1, I2) [5 <= I0 - 1] 0.00/0.16 f1#(I3, I4) -> f2#(I4, I5) [-1 <= I4 - 1 /\ 0 <= I3 - 1] 0.00/0.16 R = 0.00/0.16 init(x1, x2) -> f1(rnd1, rnd2) 0.00/0.16 f2(I0, I1) -> f2(I0 - 1, I2) [5 <= I0 - 1] 0.00/0.16 f1(I3, I4) -> f2(I4, I5) [-1 <= I4 - 1 /\ 0 <= I3 - 1] 0.00/0.16 0.00/0.16 The dependency graph for this problem is: 0.00/0.16 0 -> 2 0.00/0.16 1 -> 1 0.00/0.16 2 -> 1 0.00/0.16 Where: 0.00/0.16 0) init#(x1, x2) -> f1#(rnd1, rnd2) 0.00/0.16 1) f2#(I0, I1) -> f2#(I0 - 1, I2) [5 <= I0 - 1] 0.00/0.16 2) f1#(I3, I4) -> f2#(I4, I5) [-1 <= I4 - 1 /\ 0 <= I3 - 1] 0.00/0.16 0.00/0.16 We have the following SCCs. 0.00/0.16 { 1 } 0.00/0.16 0.00/0.16 DP problem for innermost termination. 0.00/0.16 P = 0.00/0.16 f2#(I0, I1) -> f2#(I0 - 1, I2) [5 <= I0 - 1] 0.00/0.16 R = 0.00/0.16 init(x1, x2) -> f1(rnd1, rnd2) 0.00/0.16 f2(I0, I1) -> f2(I0 - 1, I2) [5 <= I0 - 1] 0.00/0.16 f1(I3, I4) -> f2(I4, I5) [-1 <= I4 - 1 /\ 0 <= I3 - 1] 0.00/0.16 0.00/0.16 We use the basic value criterion with the projection function NU: 0.00/0.16 NU[f2#(z1,z2)] = z1 0.00/0.16 0.00/0.16 This gives the following inequalities: 0.00/0.16 5 <= I0 - 1 ==> I0 >! I0 - 1 0.00/0.16 0.00/0.16 All dependency pairs are strictly oriented, so the entire dependency pair problem may be removed. 0.00/3.15 EOF