/export/starexec/sandbox2/solver/bin/starexec_run_ttt2-1.17+nonreach /export/starexec/sandbox2/benchmark/theBenchmark.xml /export/starexec/sandbox2/output/output_files -------------------------------------------------------------------------------- YES Problem: fib(0()) -> 0() fib(s(0())) -> s(0()) fib(s(s(x))) -> +(fib(s(x)),fib(x)) Proof: Matrix Interpretation Processor: dim=1 interpretation: [+](x0, x1) = x0 + 2x1 + 1, [s](x0) = 2x0 + 1, [fib](x0) = x0, [0] = 0 orientation: fib(0()) = 0 >= 0 = 0() fib(s(0())) = 1 >= 1 = s(0()) fib(s(s(x))) = 4x + 3 >= 4x + 2 = +(fib(s(x)),fib(x)) problem: fib(0()) -> 0() fib(s(0())) -> s(0()) Matrix Interpretation Processor: dim=3 interpretation: [1 0 0] [s](x0) = [0 0 0]x0 [0 0 0] , [1 0 0] [1] [fib](x0) = [0 0 0]x0 + [0] [0 0 0] [0], [0] [0] = [0] [0] orientation: [1] [0] fib(0()) = [0] >= [0] = 0() [0] [0] [1] [0] fib(s(0())) = [0] >= [0] = s(0()) [0] [0] problem: Qed