/export/starexec/sandbox/solver/bin/starexec_run_ttt2 /export/starexec/sandbox/benchmark/theBenchmark.xml /export/starexec/sandbox/output/output_files -------------------------------------------------------------------------------- YES Problem: strict: a(b(b(x1))) -> c(a(c(x1))) b(a(c(x1))) -> b(b(a(x1))) a(a(b(x1))) -> c(a(c(x1))) weak: b(c(b(x1))) -> c(b(a(x1))) b(c(b(x1))) -> b(a(b(x1))) c(b(b(x1))) -> a(c(b(x1))) Proof: Matrix Interpretation Processor: dim=1 interpretation: [a](x0) = 2x0, [b](x0) = 2x0 + 8, [c](x0) = 2x0 + 5 orientation: a(b(b(x1))) = 8x1 + 48 >= 8x1 + 25 = c(a(c(x1))) b(a(c(x1))) = 8x1 + 28 >= 8x1 + 24 = b(b(a(x1))) a(a(b(x1))) = 8x1 + 32 >= 8x1 + 25 = c(a(c(x1))) b(c(b(x1))) = 8x1 + 50 >= 8x1 + 21 = c(b(a(x1))) b(c(b(x1))) = 8x1 + 50 >= 8x1 + 40 = b(a(b(x1))) c(b(b(x1))) = 8x1 + 53 >= 8x1 + 42 = a(c(b(x1))) problem: strict: weak: Qed