remove Vampire imconplete proof detection -- the bug it was trying to work around has been fixed in version 1.8, and the check is too sensitive anyway
authorblanchet
Wed, 24 Aug 2011 22:12:30 +0200
changeset 44486 f24b990136cc
parent 44469 266dfd7f4e82
child 44487 0989d8deab69
remove Vampire imconplete proof detection -- the bug it was trying to work around has been fixed in version 1.8, and the check is too sensitive anyway
src/HOL/Tools/ATP/atp_systems.ML
--- a/src/HOL/Tools/ATP/atp_systems.ML	Wed Aug 24 09:23:26 2011 -0700
+++ b/src/HOL/Tools/ATP/atp_systems.ML	Wed Aug 24 22:12:30 2011 +0200
@@ -324,7 +324,6 @@
      [(GaveUp, "UNPROVABLE"),
       (GaveUp, "CANNOT PROVE"),
       (GaveUp, "SZS status GaveUp"),
-      (ProofIncomplete, "predicate_definition_introduction,[]"),
       (TimedOut, "SZS status Timeout"),
       (Unprovable, "Satisfiability detected"),
       (Unprovable, "Termination reason: Satisfiable"),