/export/starexec/sandbox2/solver/bin/starexec_run_ttt2 /export/starexec/sandbox2/benchmark/theBenchmark.xml /export/starexec/sandbox2/output/output_files -------------------------------------------------------------------------------- failure 'Failure("No result of SMT solver - maybe due to some flag of the solver? or the solver was not found in PATH?")' in subprocess 32878 MAYBE Problem: suc(1()) -> .0(1()) suc(.0(x)) -> .1(x) suc(.1(x)) -> .0(suc(x)) add(x,1()) -> suc(x) add(1(),y) -> suc(y) add(.0(x),.0(y)) -> .0(add(x,y)) add(.1(x),.0(y)) -> .1(add(x,y)) add(.0(x),.1(y)) -> .1(add(x,y)) add(.1(x),.1(y)) -> .0(suc(add(x,y))) C(.0(x)) -> C(x) C(.1(x)) -> C(add(.1(x),.1(.1(x)))) Proof: Open