/export/starexec/sandbox2/solver/bin/starexec_run_ttt2 /export/starexec/sandbox2/benchmark/theBenchmark.xml /export/starexec/sandbox2/output/output_files -------------------------------------------------------------------------------- YES Problem: strict: c(c(a(x1))) -> c(a(b(x1))) b(b(b(x1))) -> a(a(a(x1))) b(b(a(x1))) -> c(c(a(x1))) weak: c(a(a(x1))) -> a(a(a(x1))) b(a(a(x1))) -> c(c(c(x1))) b(c(b(x1))) -> c(b(a(x1))) Proof: String Reversal Processor: strict: a(c(c(x1))) -> b(a(c(x1))) b(b(b(x1))) -> a(a(a(x1))) a(b(b(x1))) -> a(c(c(x1))) weak: a(a(c(x1))) -> a(a(a(x1))) a(a(b(x1))) -> c(c(c(x1))) b(c(b(x1))) -> a(b(c(x1))) Matrix Interpretation Processor: dim=1 interpretation: [c](x0) = 2x0 + 1, [a](x0) = 2x0, [b](x0) = 2x0 + 2 orientation: a(c(c(x1))) = 8x1 + 6 >= 8x1 + 6 = b(a(c(x1))) b(b(b(x1))) = 8x1 + 14 >= 8x1 = a(a(a(x1))) a(b(b(x1))) = 8x1 + 12 >= 8x1 + 6 = a(c(c(x1))) a(a(c(x1))) = 8x1 + 4 >= 8x1 = a(a(a(x1))) a(a(b(x1))) = 8x1 + 8 >= 8x1 + 7 = c(c(c(x1))) b(c(b(x1))) = 8x1 + 12 >= 8x1 + 8 = a(b(c(x1))) problem: strict: a(c(c(x1))) -> b(a(c(x1))) weak: Arctic Interpretation Processor: dimension: 1 interpretation: [c](x0) = 1x0, [a](x0) = x0, [b](x0) = x0 orientation: a(c(c(x1))) = 2x1 >= 1x1 = b(a(c(x1))) problem: strict: weak: Qed