src/HOL/Tools/Sledgehammer/sledgehammer_isar.ML
Sat, 11 Sep 2010 10:21:52 +0200 blanchet implemented Auto Sledgehammer
Wed, 01 Sep 2010 17:27:10 +0200 blanchet got rid of the "theory_relevant" option;
Wed, 01 Sep 2010 16:46:11 +0200 blanchet generalize theorem argument parsing syntax
Tue, 31 Aug 2010 23:50:59 +0200 blanchet finished renaming
Tue, 31 Aug 2010 23:43:23 +0200 blanchet added "expect" feature of Nitpick to Sledgehammer, for regression testing
Tue, 31 Aug 2010 22:27:33 +0200 blanchet added "blocking" option to Sledgehammer to run in synchronous mode;
Tue, 31 Aug 2010 20:19:58 +0200 blanchet add a penalty for being higher-order
Mon, 30 Aug 2010 15:39:41 +0200 blanchet make Sledgehammer's relevance filter somewhat slacker
Wed, 25 Aug 2010 19:41:18 +0200 blanchet reorganize options regarding to the relevance threshold and decay
Wed, 25 Aug 2010 17:49:52 +0200 blanchet make relevance filter work in term of a "max_relevant" option + use Vampire SOS;
Wed, 25 Aug 2010 09:32:43 +0200 blanchet get rid of "defs_relevant" feature;
Wed, 25 Aug 2010 09:02:07 +0200 blanchet renamed "relevance_convergence" to "relevance_decay"
Mon, 23 Aug 2010 18:53:11 +0200 blanchet invert semantics of "relevance_convergence", to make it more intuitive
Mon, 23 Aug 2010 18:39:12 +0200 blanchet if no facts were selected on first iteration, try again with a lower threshold
Wed, 18 Aug 2010 17:16:37 +0200 blanchet get rid of "minimize_timeout", now that there's an automatic adaptive timeout mechanism in "minimize"
Wed, 18 Aug 2010 17:09:05 +0200 blanchet added "max_relevant_per_iter" option to Sledgehammer
Mon, 09 Aug 2010 12:05:48 +0200 blanchet move Sledgehammer's HOL -> FOL translation to separate file (sledgehammer_translate.ML)
Thu, 29 Jul 2010 22:43:46 +0200 blanchet use "explicit_apply" in the minimizer whenever it might make a difference to prevent freak failures;
Wed, 28 Jul 2010 19:01:07 +0200 blanchet minor refactoring
Wed, 28 Jul 2010 18:54:18 +0200 blanchet minor refactoring
Tue, 27 Jul 2010 19:41:19 +0200 blanchet minor refactoring
Tue, 27 Jul 2010 17:56:01 +0200 blanchet rename "ATP_Manager" ML module to "Sledgehammer";
Wed, 21 Jul 2010 21:15:07 +0200 blanchet renamings + only need second component of name pool to reconstruct proofs
Mon, 28 Jun 2010 17:32:28 +0200 blanchet always perform "inline" skolemization, polymorphism or not, Skolem cache or not
Mon, 28 Jun 2010 17:31:38 +0200 blanchet always perform relevance filtering on original formulas
Fri, 25 Jun 2010 18:34:06 +0200 blanchet factor out thread creation
Fri, 25 Jun 2010 17:26:14 +0200 blanchet got rid of "respect_no_atp" option, which even I don't use
Fri, 25 Jun 2010 16:15:03 +0200 blanchet renamed "Sledgehammer_Fact_Preprocessor" to "Clausifier";
Fri, 25 Jun 2010 15:08:03 +0200 blanchet further reduce dependencies on "sledgehammer_fact_filter.ML"
Wed, 23 Jun 2010 09:40:06 +0200 blanchet killed legacy "neg_clausify" and "clausify"
Tue, 22 Jun 2010 14:28:22 +0200 blanchet removed Sledgehammer's support for the DFG syntax;
Fri, 11 Jun 2010 17:10:23 +0200 blanchet proper polymorphic Skolemization of uncached facts + synchronization of caching and relevance filter
Sat, 05 Jun 2010 15:07:50 +0200 blanchet totally bypass Sledgehammer's relevance filter when facts are given using the "(fact1 ... factn)" syntax;
Fri, 04 Jun 2010 15:41:27 +0200 blanchet made "clausify" attribute a legacy feature;
Fri, 04 Jun 2010 15:21:46 +0200 blanchet made "neg_clausify" a legacy feature
Fri, 04 Jun 2010 15:09:37 +0200 blanchet kill active Sledgehammer threads when running minimize, to avoid confusing the user with too much output
Fri, 28 May 2010 13:49:21 +0200 blanchet make sure chained facts appear in Isar proofs generated by Sledgehammer -- otherwise the proof won't work
Mon, 17 May 2010 23:54:15 +0200 wenzelm prefer structure Keyword, Parse, Parse_Spec, Outer_Syntax;
Fri, 14 May 2010 22:29:50 +0200 blanchet renamed options
Fri, 14 May 2010 16:15:10 +0200 blanchet renamed two Sledgehammer options
Fri, 14 May 2010 11:20:09 +0200 blanchet delect installed ATPs dynamically, _not_ at image built time
Sat, 01 May 2010 21:29:03 +0200 krauss made sml/nj happy about Sledgehammer and Nitpick (cf. 6f11c9b1fb3e, 3c2438efe224)
Wed, 28 Apr 2010 13:00:30 +0200 blanchet remove Sledgehammer's "sorts" option to annotate variables with sorts in proof;
Tue, 27 Apr 2010 17:44:33 +0200 blanchet make Sledgehammer more friendly if no subgoal is left
Tue, 27 Apr 2010 11:24:47 +0200 blanchet remove "higher_order" option from Sledgehammer -- the "smart" default is good enough
Mon, 26 Apr 2010 21:17:04 +0200 blanchet rename options
Sun, 25 Apr 2010 15:04:20 +0200 blanchet cosmetics
Sun, 25 Apr 2010 14:40:36 +0200 blanchet move "neg_clausify" method and "clausify" attribute to "sledgehammer_isar.ML"
Fri, 23 Apr 2010 19:12:49 +0200 blanchet remove some bloat
Fri, 23 Apr 2010 18:06:41 +0200 blanchet renamed module "ATP_Wrapper" to "ATP_Systems"
Fri, 23 Apr 2010 17:38:25 +0200 blanchet move the minimizer to the Sledgehammer directory
Fri, 23 Apr 2010 16:55:51 +0200 blanchet move some sledgehammer stuff out of "atp_manager.ML"
Fri, 23 Apr 2010 16:15:35 +0200 blanchet move the Sledgehammer menu options to "sledgehammer_isar.ML"
Thu, 22 Apr 2010 16:30:54 +0200 blanchet remove hack that is no longer necessary now that "ATP_Wrapper" properly detects which ATPs are installed
Wed, 21 Apr 2010 16:21:19 +0200 blanchet pass relevant options from "sledgehammer" to "sledgehammer minimize";
Tue, 20 Apr 2010 16:04:36 +0200 blanchet added "explicit_apply" option to Sledgehammer, to control whether an explicit apply function should be used as much or as little as possible (replaces a previous global variable)
Mon, 19 Apr 2010 15:15:21 +0200 blanchet make Sledgehammer's minimizer also minimize Isar proofs
Mon, 19 Apr 2010 10:45:08 +0200 blanchet rename Sledgehammer "theory_const" option to "theory_relevant", now that I understand better what it does
Fri, 16 Apr 2010 21:18:05 +0200 blanchet by default, don't try to start ATPs that aren't installed
Fri, 16 Apr 2010 20:51:15 +0200 blanchet fiddle with Sledgehammer option syntax
less more (0) -60 tip