0.00/0.34 MAYBE 0.00/0.34 0.00/0.34 DP problem for innermost termination. 0.00/0.34 P = 0.00/0.34 init#(x1) -> f1#(rnd1) 0.00/0.34 f2#(I0) -> f2#(I0 - 1) [I0 <= 99 /\ 49 <= I0 - 1] 0.00/0.34 f2#(I1) -> f2#(I1 + 1) [I1 <= 99 /\ I1 <= 49] 0.00/0.34 f1#(I2) -> f2#(0) 0.00/0.34 R = 0.00/0.34 init(x1) -> f1(rnd1) 0.00/0.34 f2(I0) -> f2(I0 - 1) [I0 <= 99 /\ 49 <= I0 - 1] 0.00/0.34 f2(I1) -> f2(I1 + 1) [I1 <= 99 /\ I1 <= 49] 0.00/0.34 f1(I2) -> f2(0) 0.00/0.34 0.00/0.34 The dependency graph for this problem is: 0.00/0.34 0 -> 3 0.00/0.34 1 -> 1, 2 0.00/0.34 2 -> 1, 2 0.00/0.34 3 -> 2 0.00/0.34 Where: 0.00/0.34 0) init#(x1) -> f1#(rnd1) 0.00/0.34 1) f2#(I0) -> f2#(I0 - 1) [I0 <= 99 /\ 49 <= I0 - 1] 0.00/0.34 2) f2#(I1) -> f2#(I1 + 1) [I1 <= 99 /\ I1 <= 49] 0.00/0.34 3) f1#(I2) -> f2#(0) 0.00/0.34 0.00/0.34 We have the following SCCs. 0.00/0.34 { 1, 2 } 0.00/0.34 0.00/0.34 DP problem for innermost termination. 0.00/0.34 P = 0.00/0.34 f2#(I0) -> f2#(I0 - 1) [I0 <= 99 /\ 49 <= I0 - 1] 0.00/0.34 f2#(I1) -> f2#(I1 + 1) [I1 <= 99 /\ I1 <= 49] 0.00/0.34 R = 0.00/0.34 init(x1) -> f1(rnd1) 0.00/0.34 f2(I0) -> f2(I0 - 1) [I0 <= 99 /\ 49 <= I0 - 1] 0.00/0.34 f2(I1) -> f2(I1 + 1) [I1 <= 99 /\ I1 <= 49] 0.00/0.34 f1(I2) -> f2(0) 0.00/0.34 0.00/3.32 EOF