src/HOL/TPTP/ATP_Problem_Import.thy
author wenzelm
Tue, 28 Aug 2012 20:16:11 +0200
changeset 48989 06c0e350782c
parent 48891 c0eafbd55de3
child 49985 5b4b0e4e5205
permissions -rw-r--r--
discontinued odd copy of eps logos (cf. 8fc3828fdc8a);

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

header {* ATP Problem Importer *}

theory ATP_Problem_Import
imports Complex_Main TPTP_Interpret
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