equal
deleted
inserted
replaced
121 # insert newlines after ').' |
121 # insert newlines after ').' |
122 $extract =~ s/\s//g; |
122 $extract =~ s/\s//g; |
123 $extract =~ s/\)\.cnf/\)\.\ncnf/g; |
123 $extract =~ s/\)\.cnf/\)\.\ncnf/g; |
124 |
124 |
125 print "========== ~~/lib/scripts/SystemOnTPTP extracted proof: ==========\n"; |
125 print "========== ~~/lib/scripts/SystemOnTPTP extracted proof: ==========\n"; |
126 # orientation for res_reconstruct.ML |
126 # orientation for "sledgehammer_proof_reconstruct.ML" |
127 print "# SZS output start CNFRefutation.\n"; |
127 print "# SZS output start CNFRefutation.\n"; |
128 print "$extract\n"; |
128 print "$extract\n"; |
129 print "# SZS output end CNFRefutation.\n"; |
129 print "# SZS output end CNFRefutation.\n"; |
130 # can be useful for debugging; Isabelle ignores this |
130 # can be useful for debugging; Isabelle ignores this |
131 print "============== original response from SystemOnTPTP: ==============\n"; |
131 print "============== original response from SystemOnTPTP: ==============\n"; |