/export/starexec/sandbox/solver/bin/starexec_run_ttt2-1.17+nonreach /export/starexec/sandbox/benchmark/theBenchmark.xml /export/starexec/sandbox/output/output_files -------------------------------------------------------------------------------- YES Problem: __(__(X,Y),Z) -> __(X,__(Y,Z)) __(X,nil()) -> X __(nil(),X) -> X and(tt(),X) -> activate(X) isNePal(__(I,__(P,I))) -> tt() activate(X) -> X Proof: Matrix Interpretation Processor: dim=1 interpretation: [isNePal](x0) = 2x0 + 5, [activate](x0) = x0 + 1, [and](x0, x1) = 5x0 + x1, [tt] = 5, [nil] = 1, [__](x0, x1) = x0 + x1 orientation: __(__(X,Y),Z) = X + Y + Z >= X + Y + Z = __(X,__(Y,Z)) __(X,nil()) = X + 1 >= X = X __(nil(),X) = X + 1 >= X = X and(tt(),X) = X + 25 >= X + 1 = activate(X) isNePal(__(I,__(P,I))) = 4I + 2P + 5 >= 5 = tt() activate(X) = X + 1 >= X = X problem: __(__(X,Y),Z) -> __(X,__(Y,Z)) isNePal(__(I,__(P,I))) -> tt() Matrix Interpretation Processor: dim=1 interpretation: [isNePal](x0) = 2x0 + 5, [tt] = 0, [__](x0, x1) = 4x0 + x1 + 1 orientation: __(__(X,Y),Z) = 16X + 4Y + Z + 5 >= 4X + 4Y + Z + 2 = __(X,__(Y,Z)) isNePal(__(I,__(P,I))) = 10I + 8P + 9 >= 0 = tt() problem: Qed