src/HOL/Tools/ATP/atp_systems.ML
changeset 57261 49c1db0313e6
parent 57255 488046fdda59
child 57262 b2c629647a14
--- a/src/HOL/Tools/ATP/atp_systems.ML	Mon Jun 16 19:18:10 2014 +0200
+++ b/src/HOL/Tools/ATP/atp_systems.ML	Mon Jun 16 19:39:41 2014 +0200
@@ -576,7 +576,7 @@
 val z3_tptp_config : atp_config =
   {exec = K (["Z3_TPTP_HOME"], ["z3_tptp"]),
    arguments = fn _ => fn _ => fn _ => fn timeout => fn file_name => fn _ =>
-     "-core -t:" ^ string_of_int (to_secs 1 timeout) ^ " -file:" ^ file_name,
+     "-proof -t:" ^ string_of_int (to_secs 1 timeout) ^ " -file:" ^ file_name,
    proof_delims = [("SZS status Theorem", "")],
    known_failures = known_szs_status_failures,
    prem_role = Hypothesis,