src/HOL/TPTP/ATP_Problem_Import.thy
author blanchet
Thu, 15 Dec 2016 15:05:35 +0100
changeset 64561 a7664ca9ffc5
parent 63167 0909deb8059b
child 66453 cc19f7ca2ed6
permissions -rw-r--r--
updated CASC instructions + tuning

(*  Title:      HOL/TPTP/ATP_Problem_Import.thy
    Author:     Jasmin Blanchette, TU Muenchen
*)

section \<open>ATP Problem Importer\<close>

theory ATP_Problem_Import
imports Complex_Main TPTP_Interpret "~~/src/HOL/Library/Refute"
begin

ML_file "sledgehammer_tactics.ML"

ML \<open>Proofterm.proofs := 0\<close>

declare [[show_consts]] (* for Refute *)
declare [[smt_oracle]]

declare [[unify_search_bound = 60]]
declare [[unify_trace_bound = 60]]

ML_file "atp_problem_import.ML"

(*
ML {* ATP_Problem_Import.isabelle_tptp_file @{theory} 50 "$TPTP/Problems/PUZ/PUZ107^5.p" *}
ML {* ATP_Problem_Import.isabelle_hot_tptp_file @{theory} 20 "$TPTP/Problems/SYO/SYO304^5.p" *}
*)

end