src/HOL/Tools/ATP/atp_systems.ML
changeset 48539 0debf65972c7
parent 48376 416e4123baf3
child 48558 fabbed3abc1e
--- a/src/HOL/Tools/ATP/atp_systems.ML	Fri Jul 27 08:52:40 2012 +0200
+++ b/src/HOL/Tools/ATP/atp_systems.ML	Fri Jul 27 08:52:40 2012 +0200
@@ -481,8 +481,9 @@
 val z3_tptp_config : atp_config =
   {exec = (["Z3_HOME"], ["z3"]),
    arguments = fn _ => fn _ => fn _ => fn timeout => fn _ =>
-     "MBQI=true -tptp -t:" ^ string_of_int (to_secs 1 timeout),
-   proof_delims = [],
+     "MBQI=true DISPLAY_UNSAT_CORE=true -tptp -t:" ^
+     string_of_int (to_secs 1 timeout),
+   proof_delims = [("\ncore(", ").")],
    known_failures = known_szs_status_failures,
    prem_role = Hypothesis,
    best_slices =