/export/starexec/sandbox2/solver/bin/starexec_run_ttt2 /export/starexec/sandbox2/benchmark/theBenchmark.xml /export/starexec/sandbox2/output/output_files -------------------------------------------------------------------------------- YES Problem: +(+(x,y),z) -> +(x,+(y,z)) +(f(x),f(y)) -> f(+(x,y)) +(f(x),+(f(y),z)) -> +(f(+(x,y)),z) Proof: Matrix Interpretation Processor: dim=1 interpretation: [f](x0) = x0 + 3, [+](x0, x1) = x0 + x1 + 1 orientation: +(+(x,y),z) = x + y + z + 2 >= x + y + z + 2 = +(x,+(y,z)) +(f(x),f(y)) = x + y + 7 >= x + y + 4 = f(+(x,y)) +(f(x),+(f(y),z)) = x + y + z + 8 >= x + y + z + 5 = +(f(+(x,y)),z) problem: +(+(x,y),z) -> +(x,+(y,z)) Matrix Interpretation Processor: dim=1 interpretation: [+](x0, x1) = 2x0 + x1 + 2 orientation: +(+(x,y),z) = 4x + 2y + z + 6 >= 2x + 2y + z + 4 = +(x,+(y,z)) problem: Qed