src/HOL/Tools/ATP/atp_util.ML
Thu, 06 Nov 2014 13:36:19 +0100 wenzelm prefer explicit Keyword.keywords;
Thu, 28 Aug 2014 23:48:46 +0200 blanchet reworked unskolemization for SPASS
Thu, 28 Aug 2014 19:07:10 +0200 blanchet prefer '0.2 ms' to '249 \<mu>s'
Thu, 28 Aug 2014 17:25:56 +0200 blanchet fixed second computations
Thu, 28 Aug 2014 16:58:27 +0200 blanchet show microseconds as well (useful when playing with Isar proofs)
Fri, 01 Aug 2014 14:43:57 +0200 blanchet remove YXML formatting when parsing backquoted facts supplied manually to Sledgehammer
Sat, 12 Jul 2014 11:31:23 +0200 blanchet don't generate TPTP THF 'Definition's, because they complicate reconstruction for AgsyHOL and Satallax
Thu, 10 Jul 2014 18:08:21 +0200 blanchet lambda-lifting for Z3 Isar proofs
Fri, 14 Mar 2014 11:05:44 +0100 blanchet more simplification of trivial steps
Thu, 13 Mar 2014 14:48:20 +0100 blanchet correctly reconstruct helper facts (e.g. 'nat_int') in Isar proofs
Mon, 16 Dec 2013 17:18:52 +0100 blanchet fixed confusion between 'prop' and 'bool' introduced in 4960647932ec
Sun, 15 Dec 2013 20:09:13 +0100 blanchet simplify generated propositions
Sun, 15 Dec 2013 19:01:06 +0100 blanchet use 'prop' rather than 'bool' systematically in Isar reconstruction code
Thu, 21 Nov 2013 21:33:34 +0100 blanchet eliminated Sledgehammer's dependency on old-style datatypes
Mon, 23 Sep 2013 14:53:43 +0200 blanchet added "spy" option to Sledgehammer
Tue, 10 Sep 2013 16:02:02 +0200 blanchet sorted out dependencies
Tue, 10 Sep 2013 15:56:51 +0200 blanchet moved ML function closer to its remaining use
Tue, 13 Aug 2013 16:25:47 +0200 wenzelm standardized symbols via "isabelle update_sub_sup", excluding src/Pure and src/Tools/WWW_Find;
Tue, 28 May 2013 08:52:41 +0200 blanchet redid rac7830871177 to avoid duplicate fixed variable (e.g. lemma "P (a::nat)" proof - have "!!a::int. Q a" sledgehammer [e])
Fri, 24 May 2013 16:43:37 +0200 blanchet improved handling of free variables' types in Isar proofs
Mon, 20 May 2013 13:07:31 +0200 blanchet parse agsyHOL proofs (as unsat cores)
Mon, 20 May 2013 12:35:29 +0200 blanchet freeze types in Sledgehammer goal, not just terms
Thu, 16 May 2013 13:34:13 +0200 blanchet tuning -- renamed '_from_' to '_of_' in Sledgehammer
Wed, 20 Feb 2013 17:12:21 +0100 blanchet more simplifying constructors
Wed, 20 Feb 2013 10:45:23 +0100 blanchet optimize Isar output some more
Fri, 18 Jan 2013 14:33:16 +0100 blanchet pass correct index to "Sign.typ_unify" -- this is important to avoid what appears to be an infinite loop in the unifier
Mon, 26 Nov 2012 21:46:04 +0100 wenzelm tuned signature;
Wed, 31 Oct 2012 11:23:21 +0100 blanchet use metaquantification when possible in Isar proofs
Wed, 31 Oct 2012 11:23:21 +0100 blanchet tuned code
Thu, 23 Aug 2012 13:03:29 +0200 wenzelm prefer classic take_prefix/take_suffix over chop_while (cf. 0659e84bdc5f);
Sat, 11 Aug 2012 15:54:18 +0200 blanchet fixed "double rev" bug that arose in situations where a % comment arose on the last line of a file without \n at the end
Wed, 18 Jul 2012 08:44:04 +0200 blanchet optimized MaSh output by chunking it
Wed, 18 Jul 2012 08:44:04 +0200 blanchet drastic overhaul of MaSh data structures + fixed a few performance issues
Wed, 11 Jul 2012 21:43:19 +0200 blanchet moved most of MaSh exporter code to Sledgehammer
Wed, 11 Jul 2012 21:43:19 +0200 blanchet optimized type intersection, hoping this will reduce the number of sudden Interrupts in the "incr_tvar" code
Tue, 10 Jul 2012 23:36:03 +0200 blanchet tuning
Tue, 10 Jul 2012 23:36:03 +0200 blanchet gracefully compute cardinality of sets (to avoid type protectors)
Thu, 24 May 2012 18:21:54 +0200 blanchet make Nitpick's handling of definitions more robust in the face of formulas that don't have the expected format (needed for soundness, cf. RNG100+1)
Tue, 22 May 2012 16:59:27 +0200 blanchet make higher-order goals more first-order via extensionality
Tue, 22 May 2012 16:59:27 +0200 blanchet added "ext_cong_neq" lemma (not used yet); tuning
Tue, 24 Apr 2012 09:47:40 +0200 blanchet smoother handling of conjecture, so that its Skolem constants get displayed in countermodels
Tue, 24 Apr 2012 09:47:40 +0200 blanchet handle TPTP definitions as definitions in Nitpick rather than as axioms
Tue, 27 Mar 2012 16:59:13 +0300 blanchet tuning (in particular, Symtab instead of AList)
Mon, 27 Feb 2012 16:56:25 +0100 wenzelm more explicit Long_Name operations (NB: analyzing qualifiers is inherently fragile);
Tue, 31 Jan 2012 17:09:08 +0100 blanchet third attempt at lambda lifting that works for both Sledgehammer and Metis (cf. dce6c3a460a9)
Fri, 16 Dec 2011 10:38:38 +0100 wenzelm tuned signature;
Fri, 18 Nov 2011 11:47:12 +0100 blanchet pull variables (Var) out of lambdas, so that the Isabelle theorems closely mirror the Metis lambda-lifted ones
Tue, 15 Nov 2011 22:13:39 +0100 blanchet continued implementation of lambda-lifting in Metis
Sat, 29 Oct 2011 13:15:58 +0200 blanchet check "sound" flag before doing something unsound...
Thu, 15 Sep 2011 10:57:40 +0200 blanchet tail recursive proof preprocessing (needed for huge proofs)
Mon, 12 Sep 2011 10:49:37 +0200 blanchet fixed type intersection (again)
Sat, 10 Sep 2011 00:44:25 +0200 blanchet fixed definition of type intersection (soundness bug)
Wed, 07 Sep 2011 13:50:17 +0200 blanchet tuning
Thu, 25 Aug 2011 22:06:25 +0200 blanchet make default unsound mode less unsound
Thu, 25 Aug 2011 14:25:06 +0200 blanchet fixed bang encoding detection of which types to encode
Wed, 24 Aug 2011 11:17:33 +0200 blanchet tuning
Mon, 22 Aug 2011 15:02:45 +0200 blanchet added caching for (in)finiteness checks
Mon, 22 Aug 2011 15:02:45 +0200 blanchet make sound mode more sound (and clean up code)
Mon, 22 Aug 2011 15:02:45 +0200 blanchet reintroduced slightly unsound optimization taken out in 717880e98e6b, but only if "sound" is false
Sun, 17 Jul 2011 14:21:19 +0200 blanchet fixed lambda-liftg: must ensure the formulas are in close form
less more (0) -60 tip