/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: f(0(),y) -> y f(x,0()) -> x f(i(x),y) -> i(x) f(f(x,y),z) -> f(x,f(y,z)) f(g(x,y),z) -> g(f(x,z),f(y,z)) f(1(),g(x,y)) -> x f(2(),g(x,y)) -> y Proof: DP Processor: DPs: f#(f(x,y),z) -> f#(y,z) f#(f(x,y),z) -> f#(x,f(y,z)) f#(g(x,y),z) -> f#(y,z) f#(g(x,y),z) -> f#(x,z) TRS: f(0(),y) -> y f(x,0()) -> x f(i(x),y) -> i(x) f(f(x,y),z) -> f(x,f(y,z)) f(g(x,y),z) -> g(f(x,z),f(y,z)) f(1(),g(x,y)) -> x f(2(),g(x,y)) -> y Subterm Criterion Processor: simple projection: pi(f#) = 0 problem: DPs: TRS: f(0(),y) -> y f(x,0()) -> x f(i(x),y) -> i(x) f(f(x,y),z) -> f(x,f(y,z)) f(g(x,y),z) -> g(f(x,z),f(y,z)) f(1(),g(x,y)) -> x f(2(),g(x,y)) -> y Qed