src/HOL/TPTP/ATP_Problem_Import.thy
author nipkow
Fri, 20 Nov 2015 12:22:41 +0100
changeset 61709 47f7263870a0
parent 58889 5b7a9633cfa8
child 63167 0909deb8059b
permissions -rw-r--r--
tuned

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

section {* ATP Problem Importer *}

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

ML_file "sledgehammer_tactics.ML"

ML {* Proofterm.proofs := 0 *}

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" *}
*)

end