src/HOL/Tools/Sledgehammer/sledgehammer_fact_minimizer.ML
Thu, 29 Jul 2010 14:39:43 +0200 remove the "extra_clauses" business introduced in 19a5f1c8a844;
Wed, 28 Jul 2010 19:42:11 +0200 make Mirabelle happy
Wed, 28 Jul 2010 19:01:07 +0200 minor refactoring
Tue, 27 Jul 2010 18:33:10 +0200 more refactoring
Tue, 27 Jul 2010 17:56:01 +0200 rename "ATP_Manager" ML module to "Sledgehammer";
Tue, 27 Jul 2010 17:04:09 +0200 implemented "sublinear" minimization algorithm
Mon, 26 Jul 2010 22:22:23 +0200 get rid of obsolete "axiom ID" component, since it's now always 0
Mon, 26 Jul 2010 14:14:24 +0200 make TPTP generator accept full first-order formulas
Wed, 21 Jul 2010 21:15:07 +0200 renamings + only need second component of name pool to reconstruct proofs
Tue, 29 Jun 2010 10:56:45 +0200 Sledgehammer can save some msecs by cheating
Fri, 25 Jun 2010 17:08:39 +0200 renamed "Sledgehammer_FOL_Clauses" to "Metis_Clauses", so that Metis doesn't depend on Sledgehammer
Fri, 25 Jun 2010 16:42:06 +0200 merge "Sledgehammer_{F,H}OL_Clause", as requested by a FIXME
Fri, 25 Jun 2010 16:15:03 +0200 renamed "Sledgehammer_Fact_Preprocessor" to "Clausifier";
Tue, 22 Jun 2010 18:47:45 +0200 missing "Unsynchronized" + make exception take a unit
Tue, 22 Jun 2010 14:28:22 +0200 removed Sledgehammer's support for the DFG syntax;
Mon, 21 Jun 2010 12:31:41 +0200 try to improve Sledgehammer/Metis's behavior in full_types mode, e.g. by handing True, False, and If better
Mon, 14 Jun 2010 20:48:36 +0200 missing case
Fri, 14 May 2010 22:29:50 +0200 renamed options
Fri, 14 May 2010 11:23:42 +0200 made Sledgehammer's full-typed proof reconstruction work for the first time;
Sat, 01 May 2010 21:29:03 +0200 made sml/nj happy about Sledgehammer and Nitpick (cf. 6f11c9b1fb3e, 3c2438efe224)
Wed, 28 Apr 2010 13:00:30 +0200 remove Sledgehammer's "sorts" option to annotate variables with sorts in proof;
Tue, 27 Apr 2010 17:44:33 +0200 make Sledgehammer more friendly if no subgoal is left
Mon, 26 Apr 2010 21:20:43 +0200 introduced direct proof reconstruction code, eliminating the need for the "neg_clausify" method;
Sun, 25 Apr 2010 11:38:46 +0200 support readable names even when Isar proof reconstruction is enabled -- useful for debugging
Fri, 23 Apr 2010 19:36:49 +0200 cosmetics
Fri, 23 Apr 2010 19:12:49 +0200 remove some bloat
Fri, 23 Apr 2010 17:38:25 +0200 move the minimizer to the Sledgehammer directory