src/HOL/Tools/ATP_Manager/SystemOnTPTP
changeset 36287 96f45c5ffb36
parent 32435 711d680eab26
child 36377 b3dce4c715d0
equal deleted inserted replaced
36286:fa6d03d42aab 36287:96f45c5ffb36
   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";