/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 = f6#(x1, x2) -> f3#(x1, x2) f4#(I0, I1) -> f1#(-1, I1) [I1 <= 0] f5#(I2, I3) -> f4#(I2, I3) f4#(I4, I5) -> f5#(I4, -1 + I5) [1 <= I5] f3#(I6, I7) -> f4#(0, I7) f2#(I8, I9) -> f1#(I8, I9) f1#(I10, I11) -> f2#(I10, I11) R = f6(x1, x2) -> f3(x1, x2) f4(I0, I1) -> f1(-1, I1) [I1 <= 0] f5(I2, I3) -> f4(I2, I3) f4(I4, I5) -> f5(I4, -1 + I5) [1 <= I5] f3(I6, I7) -> f4(0, I7) f2(I8, I9) -> f1(I8, I9) f1(I10, I11) -> f2(I10, I11) The dependency graph for this problem is: 0 -> 4 1 -> 6 2 -> 1, 3 3 -> 2 4 -> 1, 3 5 -> 6 6 -> 5 Where: 0) f6#(x1, x2) -> f3#(x1, x2) 1) f4#(I0, I1) -> f1#(-1, I1) [I1 <= 0] 2) f5#(I2, I3) -> f4#(I2, I3) 3) f4#(I4, I5) -> f5#(I4, -1 + I5) [1 <= I5] 4) f3#(I6, I7) -> f4#(0, I7) 5) f2#(I8, I9) -> f1#(I8, I9) 6) f1#(I10, I11) -> f2#(I10, I11) We have the following SCCs. { 2, 3 } { 5, 6 } DP problem for innermost termination. P = f2#(I8, I9) -> f1#(I8, I9) f1#(I10, I11) -> f2#(I10, I11) R = f6(x1, x2) -> f3(x1, x2) f4(I0, I1) -> f1(-1, I1) [I1 <= 0] f5(I2, I3) -> f4(I2, I3) f4(I4, I5) -> f5(I4, -1 + I5) [1 <= I5] f3(I6, I7) -> f4(0, I7) f2(I8, I9) -> f1(I8, I9) f1(I10, I11) -> f2(I10, I11)