/export/starexec/sandbox2/solver/bin/starexec_run_ttt2-1.17+nonreach /export/starexec/sandbox2/benchmark/theBenchmark.xml /export/starexec/sandbox2/output/output_files -------------------------------------------------------------------------------- MAYBE Problem: strict: tests(0()) -> true() tests(s(x)) -> and(test(rands(rand(0()),nil())),x) test(done(y)) -> eq(f(y),g(y)) eq(x,x) -> true() rands(0(),y) -> done(y) rands(s(x),y) -> rands(x,::(rand(0()),y)) weak: rand(x) -> x rand(x) -> rand(s(x)) Proof: Open