src/HOL/Tools/ATP_Manager/atp_systems.ML
changeset 38033 df99f022751d
parent 38032 54448f5d151f
child 38041 3b80d6082131
--- a/src/HOL/Tools/ATP_Manager/atp_systems.ML	Wed Jul 28 00:53:24 2010 +0200
+++ b/src/HOL/Tools/ATP_Manager/atp_systems.ML	Wed Jul 28 10:06:06 2010 +0200
@@ -135,12 +135,13 @@
   {executable = ("VAMPIRE_HOME", "vampire"),
    required_executables = [],
    arguments = fn _ => fn timeout =>
-     "--output_syntax tptp --mode casc -t " ^
-     string_of_int (to_generous_secs timeout),
+     "--mode casc -t " ^ string_of_int (to_generous_secs timeout) ^
+     " --input_file ",
    proof_delims =
      [("=========== Refutation ==========",
        "======= End of refutation ======="),
-      ("% SZS output start Refutation", "% SZS output end Refutation")],
+      ("% SZS output start Refutation", "% SZS output end Refutation"),
+      ("% SZS output start Proof", "% SZS output end Proof")],
    known_failures =
      [(Unprovable, "UNPROVABLE"),
       (IncompleteUnprovable, "CANNOT PROVE"),