/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(f(x,y,z),u,f(x,y,v)) -> f(x,y,f(z,u,v)) f(x,y,y) -> y f(x,y,g(y)) -> x f(x,x,y) -> x f(g(x),x,y) -> y Proof: Matrix Interpretation Processor: dim=1 interpretation: [g](x0) = 2x0, [f](x0, x1, x2) = 4x0 + 2x1 + x2 + 4 orientation: f(f(x,y,z),u,f(x,y,v)) = 2u + v + 20x + 10y + 4z + 24 >= 2u + v + 4x + 2y + 4z + 8 = f(x,y,f(z,u,v)) f(x,y,y) = 4x + 3y + 4 >= y = y f(x,y,g(y)) = 4x + 4y + 4 >= x = x f(x,x,y) = 6x + y + 4 >= x = x f(g(x),x,y) = 10x + y + 4 >= y = y problem: Qed