/export/starexec/sandbox2/solver/bin/starexec_run_Itrs /export/starexec/sandbox2/benchmark/theBenchmark.itrs /export/starexec/sandbox2/output/output_files -------------------------------------------------------------------------------- YES DP problem for innermost termination. P = rand#(I1, y) -> rand#(I1 - 1, id_inc(y)) [I1 > 0] rand#(I1, y) -> id_inc#(y) [I1 > 0] random#(I3) -> rand#(I3, w(0)) [I3 >= 0] R = id_inc(w(x)) -> w(x + 1) id_inc(w(I0)) -> w(I0) rand(I1, y) -> rand(I1 - 1, id_inc(y)) [I1 > 0] rand(I2, B0) -> B0 [I2 = 0] random(I3) -> rand(I3, w(0)) [I3 >= 0] The dependency graph for this problem is: 0 -> 0, 1 1 -> 2 -> 0, 1 Where: 0) rand#(I1, y) -> rand#(I1 - 1, id_inc(y)) [I1 > 0] 1) rand#(I1, y) -> id_inc#(y) [I1 > 0] 2) random#(I3) -> rand#(I3, w(0)) [I3 >= 0] We have the following SCCs. { 0 } DP problem for innermost termination. P = rand#(I1, y) -> rand#(I1 - 1, id_inc(y)) [I1 > 0] R = id_inc(w(x)) -> w(x + 1) id_inc(w(I0)) -> w(I0) rand(I1, y) -> rand(I1 - 1, id_inc(y)) [I1 > 0] rand(I2, B0) -> B0 [I2 = 0] random(I3) -> rand(I3, w(0)) [I3 >= 0] We use the reverse value criterion with the projection function NU: NU[rand#(z1,z2)] = z1 This gives the following inequalities: I1 > 0 ==> I1 > I1 - 1 with I1 >= 0 All dependency pairs are strictly oriented, so the entire dependency pair problem may be removed.