| author | wenzelm | 
| Fri, 21 Sep 2012 17:28:53 +0200 | |
| changeset 49494 | cbcccf2a0f6f | 
| parent 48891 | c0eafbd55de3 | 
| child 49881 | d9d73ebf9274 | 
| permissions | -rw-r--r-- | 
| 35827 | 1 | (* Title: HOL/Sledgehammer.thy | 
| 38027 | 2 | Author: Lawrence C. Paulson, Cambridge University Computer Laboratory | 
| 38028 | 3 | Author: Jia Meng, Cambridge University Computer Laboratory and NICTA | 
| 35865 | 4 | Author: Jasmin Blanchette, TU Muenchen | 
| 21254 
d53f76357f41
incorporated former theories Reconstruction and ResAtpMethods into ATP_Linkup;
 wenzelm parents: diff
changeset | 5 | *) | 
| 
d53f76357f41
incorporated former theories Reconstruction and ResAtpMethods into ATP_Linkup;
 wenzelm parents: diff
changeset | 6 | |
| 35827 | 7 | header {* Sledgehammer: Isabelle--ATP Linkup *}
 | 
| 21254 
d53f76357f41
incorporated former theories Reconstruction and ResAtpMethods into ATP_Linkup;
 wenzelm parents: diff
changeset | 8 | |
| 35827 | 9 | theory Sledgehammer | 
| 40181 | 10 | imports ATP SMT | 
| 46950 
d0181abdbdac
declare command keywords via theory header, including strict checking outside Pure;
 wenzelm parents: 
43085diff
changeset | 11 | keywords "sledgehammer" :: diag and "sledgehammer_params" :: thy_decl | 
| 21254 
d53f76357f41
incorporated former theories Reconstruction and ResAtpMethods into ATP_Linkup;
 wenzelm parents: diff
changeset | 12 | begin | 
| 
d53f76357f41
incorporated former theories Reconstruction and ResAtpMethods into ATP_Linkup;
 wenzelm parents: diff
changeset | 13 | |
| 48891 | 14 | ML_file "Tools/Sledgehammer/async_manager.ML" | 
| 15 | ML_file "Tools/Sledgehammer/sledgehammer_util.ML" | |
| 16 | ML_file "Tools/Sledgehammer/sledgehammer_fact.ML" | |
| 17 | ML_file "Tools/Sledgehammer/sledgehammer_provers.ML" | |
| 18 | ML_file "Tools/Sledgehammer/sledgehammer_minimize.ML" | |
| 19 | ML_file "Tools/Sledgehammer/sledgehammer_mepo.ML" | |
| 20 | ML_file "Tools/Sledgehammer/sledgehammer_mash.ML" | |
| 21 | ML_file "Tools/Sledgehammer/sledgehammer_run.ML" | |
| 22 | ML_file "Tools/Sledgehammer/sledgehammer_isar.ML" | |
| 23 | ||
| 42616 
92715b528e78
added Attrib.setup_config_XXX conveniences, with implicit setup of the background theory;
 wenzelm parents: 
41094diff
changeset | 24 | setup {* Sledgehammer_Isar.setup *}
 | 
| 23444 | 25 | |
| 21254 
d53f76357f41
incorporated former theories Reconstruction and ResAtpMethods into ATP_Linkup;
 wenzelm parents: diff
changeset | 26 | end |