Updated to corrected E output messages
authornipkow
Thu, 02 Apr 2009 16:18:19 +0200
changeset 30857 3fb9345721e4
parent 30856 8b8d86cc2437
child 30858 2048e99f4e3e
Updated to corrected E output messages
src/HOL/Tools/res_reconstruct.ML
--- a/src/HOL/Tools/res_reconstruct.ML	Thu Apr 02 15:08:38 2009 +0200
+++ b/src/HOL/Tools/res_reconstruct.ML	Thu Apr 02 16:18:19 2009 +0200
@@ -459,7 +459,7 @@
     
   (* ==== CHECK IF PROOF OF E OR VAMPIRE WAS SUCCESSFUL === *)
   
-  val failure_strings_E = ["SZS status: Satisfiable","SZS status: ResourceOut","# Cannot determine problem status"];
+  val failure_strings_E = ["SZS status: Satisfiable","SZS status Satisfiable","SZS status: ResourceOut","SZS status ResourceOut","# Cannot determine problem status"];
   val failure_strings_vampire = ["Satisfiability detected", "Refutation not found", "CANNOT PROVE"];
   val failure_strings_SPASS = ["SPASS beiseite: Completion found.","SPASS beiseite: Ran out of time.",
   "SPASS beiseite: Maximal number of loops exceeded."];