/export/starexec/sandbox2/solver/bin/starexec_run_ttt2-1.17+nonreach /export/starexec/sandbox2/benchmark/theBenchmark.xml /export/starexec/sandbox2/output/output_files -------------------------------------------------------------------------------- NO Problem: and(true()) -> X if(true()) -> X if(false()) -> Y add(0()) -> X and(false()) -> false() add(s()) -> s() first(0(),X) -> nil() first(s(),cons()) -> cons() from() -> cons() Proof: Fresh Variable Processor: loop length: 1 terms: and(true()) context: [] substitution: X -> and(true()) Qed