/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: fst(0(),Z) -> nil() fst(s(),cons(Y)) -> cons(Y) from(X) -> cons(X) add(0(),X) -> X add(s(),Y) -> s() len(nil()) -> 0() len(cons(X)) -> s() Proof: Matrix Interpretation Processor: dim=3 interpretation: [1 0 0] [1] [len](x0) = [0 0 0]x0 + [0] [0 0 0] [0], [1 0 0] [1] [add](x0, x1) = [0 0 0]x0 + x1 + [0] [0 0 0] [0], [1 0 0] [from](x0) = [0 0 0]x0 [0 0 0] , [1 0 0] [cons](x0) = [0 0 0]x0 [0 0 0] , [0] [s] = [0] [0], [0] [nil] = [0] [0], [1 0 0] [1 0 0] [1] [fst](x0, x1) = [0 0 0]x0 + [0 0 0]x1 + [0] [0 0 0] [0 0 0] [0], [0] [0] = [0] [0] orientation: [1 0 0] [1] [0] fst(0(),Z) = [0 0 0]Z + [0] >= [0] = nil() [0 0 0] [0] [0] [1 0 0] [1] [1 0 0] fst(s(),cons(Y)) = [0 0 0]Y + [0] >= [0 0 0]Y = cons(Y) [0 0 0] [0] [0 0 0] [1 0 0] [1 0 0] from(X) = [0 0 0]X >= [0 0 0]X = cons(X) [0 0 0] [0 0 0] [1] add(0(),X) = X + [0] >= X = X [0] [1] [0] add(s(),Y) = Y + [0] >= [0] = s() [0] [0] [1] [0] len(nil()) = [0] >= [0] = 0() [0] [0] [1 0 0] [1] [0] len(cons(X)) = [0 0 0]X + [0] >= [0] = s() [0 0 0] [0] [0] problem: from(X) -> cons(X) Matrix Interpretation Processor: dim=3 interpretation: [1 0 0] [1] [from](x0) = [0 0 0]x0 + [0] [0 0 1] [0], [1 0 0] [cons](x0) = [0 0 0]x0 [0 0 0] orientation: [1 0 0] [1] [1 0 0] from(X) = [0 0 0]X + [0] >= [0 0 0]X = cons(X) [0 0 1] [0] [0 0 0] problem: Qed