/export/starexec/sandbox/solver/bin/starexec_run_ttt2 /export/starexec/sandbox/benchmark/theBenchmark.xml /export/starexec/sandbox/output/output_files -------------------------------------------------------------------------------- YES Problem: f(s(x)) -> s(f(f(p(s(x))))) f(0()) -> 0() p(s(x)) -> x Proof: DP Processor: DPs: f#(s(x)) -> p#(s(x)) f#(s(x)) -> f#(p(s(x))) f#(s(x)) -> f#(f(p(s(x)))) TRS: f(s(x)) -> s(f(f(p(s(x))))) f(0()) -> 0() p(s(x)) -> x TDG Processor: DPs: f#(s(x)) -> p#(s(x)) f#(s(x)) -> f#(p(s(x))) f#(s(x)) -> f#(f(p(s(x)))) TRS: f(s(x)) -> s(f(f(p(s(x))))) f(0()) -> 0() p(s(x)) -> x graph: f#(s(x)) -> f#(p(s(x))) -> f#(s(x)) -> f#(f(p(s(x)))) f#(s(x)) -> f#(p(s(x))) -> f#(s(x)) -> f#(p(s(x))) f#(s(x)) -> f#(p(s(x))) -> f#(s(x)) -> p#(s(x)) f#(s(x)) -> f#(f(p(s(x)))) -> f#(s(x)) -> f#(f(p(s(x)))) f#(s(x)) -> f#(f(p(s(x)))) -> f#(s(x)) -> f#(p(s(x))) f#(s(x)) -> f#(f(p(s(x)))) -> f#(s(x)) -> p#(s(x)) SCC Processor: #sccs: 1 #rules: 2 #arcs: 6/9 DPs: f#(s(x)) -> f#(p(s(x))) f#(s(x)) -> f#(f(p(s(x)))) TRS: f(s(x)) -> s(f(f(p(s(x))))) f(0()) -> 0() p(s(x)) -> x Arctic Interpretation Processor: dimension: 1 usable rules: f(s(x)) -> s(f(f(p(s(x))))) f(0()) -> 0() p(s(x)) -> x interpretation: [f#](x0) = x0 + 0, [f](x0) = x0 + 0, [0] = 2, [s](x0) = 1x0 + 1, [p](x0) = -1x0 + 0 orientation: f#(s(x)) = 1x + 1 >= x + 0 = f#(p(s(x))) f#(s(x)) = 1x + 1 >= x + 0 = f#(f(p(s(x)))) f(s(x)) = 1x + 1 >= 1x + 1 = s(f(f(p(s(x))))) f(0()) = 2 >= 2 = 0() p(s(x)) = x + 0 >= x = x problem: DPs: TRS: f(s(x)) -> s(f(f(p(s(x))))) f(0()) -> 0() p(s(x)) -> x Qed