handle Vampire [predicate definition introduction] steps the same way as missing proof, since such steps do not report which axioms were used
authorblanchet
Thu, 14 Apr 2011 11:24:04 +0200
changeset 42332 474790ed7b0c
parent 42331 b3759dcea95e
child 42333 23bb0784b5d0
handle Vampire [predicate definition introduction] steps the same way as missing proof, since such steps do not report which axioms were used
src/HOL/Tools/ATP/atp_systems.ML
--- a/src/HOL/Tools/ATP/atp_systems.ML	Wed Apr 13 21:38:00 2011 +0200
+++ b/src/HOL/Tools/ATP/atp_systems.ML	Thu Apr 14 11:24:04 2011 +0200
@@ -220,6 +220,8 @@
    known_failures =
      [(Unprovable, "UNPROVABLE"),
       (IncompleteUnprovable, "CANNOT PROVE"),
+      (ProofMissing, "[predicate definition introduction]"),
+      (ProofMissing, "predicate_definition_introduction,[]"), (* TSTP *)
       (TimedOut, "SZS status Timeout"),
       (Unprovable, "Satisfiability detected"),
       (Unprovable, "Termination reason: Satisfiable"),