tweaked TPTP formula kind for typing information used in the conjecture
authorblanchet
Sun, 19 Jun 2011 18:12:49 +0200
changeset 43466 52f040bcfae7
parent 43465 5ca37e764139
child 43467 b62336f85ea7
tweaked TPTP formula kind for typing information used in the conjecture
src/HOL/Tools/ATP/atp_systems.ML
--- a/src/HOL/Tools/ATP/atp_systems.ML	Sun Jun 19 18:12:49 2011 +0200
+++ b/src/HOL/Tools/ATP/atp_systems.ML	Sun Jun 19 18:12:49 2011 +0200
@@ -217,7 +217,7 @@
        "# Cannot determine problem status within resource limit"),
       (OutOfResources, "SZS status: ResourceOut"),
       (OutOfResources, "SZS status ResourceOut")],
-   conj_sym_kind = Conjecture, (* FIXME: try out Hypothesis *)
+   conj_sym_kind = Hypothesis,
    prem_kind = Conjecture,
    formats = [FOF],
    best_slices = fn ctxt =>
@@ -257,7 +257,7 @@
       (MalformedInput, "Free Variable"),
       (SpassTooOld, "tptp2dfg"),
       (InternalError, "Please report this error")],
-   conj_sym_kind = Axiom, (* FIXME: try out Hypothesis *)
+   conj_sym_kind = Hypothesis,
    prem_kind = Conjecture,
    formats = [FOF],
    best_slices = fn ctxt =>
@@ -299,7 +299,7 @@
       (Unprovable, "Termination reason: Satisfiable"),
       (VampireTooOld, "not a valid option"),
       (Interrupted, "Aborted by signal SIGINT")],
-   conj_sym_kind = Conjecture, (* FIXME: try out Hypothesis *)
+   conj_sym_kind = Conjecture,
    prem_kind = Conjecture,
    formats = [FOF],
    best_slices = fn ctxt =>