/export/starexec/sandbox2/solver/bin/starexec_run_Transition /export/starexec/sandbox2/benchmark/theBenchmark.smt2 /export/starexec/sandbox2/output/output_files -------------------------------------------------------------------------------- MAYBE DP problem for innermost termination. P = f4#(x1, x2) -> f1#(x1, x2) f3#(I0, I1) -> f1#(I0, I1) f1#(I2, I3) -> f3#(I3, I3) [0 <= I2 /\ I2 <= 0 /\ 1 + I3 <= 0] f2#(I4, I5) -> f1#(I4, I5) f1#(I6, I7) -> f2#(I7, I7) [0 <= I6 /\ I6 <= 0 /\ 1 <= I7] R = f4(x1, x2) -> f1(x1, x2) f3(I0, I1) -> f1(I0, I1) f1(I2, I3) -> f3(I3, I3) [0 <= I2 /\ I2 <= 0 /\ 1 + I3 <= 0] f2(I4, I5) -> f1(I4, I5) f1(I6, I7) -> f2(I7, I7) [0 <= I6 /\ I6 <= 0 /\ 1 <= I7] The dependency graph for this problem is: 0 -> 2, 4 1 -> 2, 4 2 -> 1 3 -> 2, 4 4 -> 3 Where: 0) f4#(x1, x2) -> f1#(x1, x2) 1) f3#(I0, I1) -> f1#(I0, I1) 2) f1#(I2, I3) -> f3#(I3, I3) [0 <= I2 /\ I2 <= 0 /\ 1 + I3 <= 0] 3) f2#(I4, I5) -> f1#(I4, I5) 4) f1#(I6, I7) -> f2#(I7, I7) [0 <= I6 /\ I6 <= 0 /\ 1 <= I7] We have the following SCCs. { 1, 2, 3, 4 } DP problem for innermost termination. P = f3#(I0, I1) -> f1#(I0, I1) f1#(I2, I3) -> f3#(I3, I3) [0 <= I2 /\ I2 <= 0 /\ 1 + I3 <= 0] f2#(I4, I5) -> f1#(I4, I5) f1#(I6, I7) -> f2#(I7, I7) [0 <= I6 /\ I6 <= 0 /\ 1 <= I7] R = f4(x1, x2) -> f1(x1, x2) f3(I0, I1) -> f1(I0, I1) f1(I2, I3) -> f3(I3, I3) [0 <= I2 /\ I2 <= 0 /\ 1 + I3 <= 0] f2(I4, I5) -> f1(I4, I5) f1(I6, I7) -> f2(I7, I7) [0 <= I6 /\ I6 <= 0 /\ 1 <= I7]