src/HOL/TPTP/ATP_Problem_Import.thy
author wenzelm
Sun, 27 Jul 2014 15:40:19 +0200
changeset 57821 f11f3d7589b1
parent 52487 48bc24467008
child 57812 8dc9dc241973
permissions -rw-r--r--
Added tag Isabelle2014-RC1 for changeset c0fd03d13d28

(*  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
  "~~/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