src/HOL/TPTP/ATP_Problem_Import.thy
author wenzelm
Tue, 22 Oct 2019 20:55:13 +0200
changeset 70923 98d9b78b7f47
parent 69605 a96320074298
child 72001 3e08311ada8e
permissions -rw-r--r--
clarified axiom_table: uniform space (e.g. like consts), e.g. relevant for export of HOL-ex.Join_Theory;

(*  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 "HOL-Library.Refute"
begin

ML_file \<open>sledgehammer_tactics.ML\<close>

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 \<open>atp_problem_import.ML\<close>

(*
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