/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 64638 MAYBE Problem: minus(x,x) -> 0() minus(0(),x) -> 0() minus(x,0()) -> x minus(s(x),s(y)) -> minus(x,y) le(0(),y) -> true() le(s(x),0()) -> false() le(s(x),s(y)) -> le(x,y) quot(x,y) -> if_quot(minus(x,y),y,le(y,0()),le(y,x)) if_quot(x,y,true(),z) -> divByZeroError() if_quot(x,y,false(),true()) -> s(quot(x,y)) if_quot(x,y,false(),false()) -> 0() Proof: Open