src/HOL/TPTP/mash_eval.ML
Fri, 09 Jul 2021 17:58:17 +0200 desharna fixed HOL-TPTP following f58108b7a60c
Sun, 14 Aug 2016 12:26:09 +0200 blanchet killed final stops in Sledgehammer and friends
Sun, 04 Oct 2015 17:41:52 +0200 blanchet sped up MaSh nickname generation
Fri, 03 Jul 2015 16:19:45 +0200 wenzelm clarified context;
Wed, 26 Nov 2014 20:05:34 +0100 wenzelm renamed "pairself" to "apply2", in accordance to @{apply 2};
Thu, 06 Nov 2014 15:42:34 +0100 wenzelm proper Keyword.keywords (cf. 82a71046dce8);
Mon, 08 Sep 2014 13:56:27 +0200 blanchet added missing 'transpose'
Thu, 28 Aug 2014 00:40:38 +0200 blanchet renamed new SMT module from 'SMT2' to 'SMT'
Tue, 01 Jul 2014 16:47:10 +0200 blanchet clean up MaSh evaluation driver
Sun, 29 Jun 2014 18:30:24 +0200 blanchet use SMT2
Sun, 29 Jun 2014 18:28:27 +0200 blanchet tuning
Sun, 29 Jun 2014 18:28:27 +0200 blanchet killed Python version of MaSh, now that the SML version works adequately
Fri, 27 Jun 2014 17:05:22 +0200 blanchet killed dead code
Tue, 24 Jun 2014 15:08:19 +0200 blanchet optimized traversal of proof terms by skipping bad apples (e.g. full_exhaustive_int'.pinduct)
Mon, 02 Jun 2014 11:59:50 +0200 blanchet add option to keep duplicates, for more precise evaluation of relevance filters
Fri, 30 May 2014 12:27:51 +0200 blanchet added another way of invoking Python code, for experiments
Wed, 28 May 2014 17:42:36 +0200 blanchet more generous max number of suggestions, for more safety
Fri, 31 Jan 2014 16:10:39 +0100 blanchet tuning
Fri, 31 Jan 2014 12:30:54 +0100 blanchet refactor large ML file
Fri, 31 Jan 2014 10:23:32 +0100 blanchet renamed ML file
Fri, 31 Jan 2014 10:23:32 +0100 blanchet tuned ML file name
Thu, 19 Dec 2013 13:43:21 +0100 blanchet made timeouts in Sledgehammer not be 'option's -- simplified lots of code
Thu, 17 Oct 2013 20:49:19 +0200 blanchet generate a comment storing the goal nickname in "learn_prover"
Sun, 29 Sep 2013 12:21:11 +0200 wenzelm made SML/NJ happy (NB: toplevel ML environment is unmanaged);
Thu, 22 Aug 2013 12:12:51 +0200 blanchet cleanup old duplicated functionality
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
Thu, 16 May 2013 13:34:13 +0200 blanchet tuning -- renamed '_from_' to '_of_' in Sledgehammer
Wed, 20 Feb 2013 13:04:03 +0100 blanchet honor linearization option also in the evaluation driver
Tue, 19 Feb 2013 13:21:49 +0100 blanchet provide two modes for MaSh driver: linearized or real visibility
Fri, 15 Feb 2013 09:17:20 +0100 blanchet tuned code
Fri, 15 Feb 2013 09:17:20 +0100 blanchet more MaSh tracing
Thu, 07 Feb 2013 14:05:33 +0100 blanchet more robustness w.r.t. 0
Thu, 31 Jan 2013 18:04:19 +0100 blanchet compile
Thu, 31 Jan 2013 17:54:05 +0100 blanchet more precise output of selected facts
Thu, 31 Jan 2013 17:54:05 +0100 blanchet distinguish raw and non-raw facts, using raw for 10 000s of facts and non-raw after selection of some hundreds
Fri, 18 Jan 2013 00:18:11 +0100 blanchet optimization -- evaluate conversion to table only once
Thu, 17 Jan 2013 23:29:22 +0100 blanchet use correct weights in MeSh driver
Thu, 17 Jan 2013 23:29:17 +0100 blanchet use precomputed MaSh/MePo data whenever available
Thu, 17 Jan 2013 18:53:13 +0100 blanchet provide a means to skip a method
Thu, 17 Jan 2013 18:43:59 +0100 blanchet evaluate more cases (cf. paper)
Fri, 11 Jan 2013 16:30:56 +0100 blanchet start using MaSh hints
Fri, 11 Jan 2013 16:30:56 +0100 blanchet always compare theorem using the same, weaker function
Thu, 10 Jan 2013 23:34:19 +0100 blanchet export MeSh data as well
Tue, 08 Jan 2013 13:16:39 +0100 blanchet tuned output
Sun, 06 Jan 2013 17:38:29 +0100 blanchet also generate queries for goals with too many Isar dependencies
Fri, 04 Jan 2013 21:56:20 +0100 blanchet refined class handling, to prevent cycles in fact graph
Fri, 28 Dec 2012 23:31:51 +0100 blanchet tuned ML function name
Thu, 27 Dec 2012 16:49:12 +0100 blanchet improved thm order hack, in case the default names are overridden
Thu, 27 Dec 2012 10:21:21 +0100 blanchet fixed total
Tue, 18 Dec 2012 02:19:14 +0100 blanchet avoid references altogether
Tue, 18 Dec 2012 00:17:37 +0100 blanchet no need for tracing
Mon, 17 Dec 2012 22:06:28 +0100 blanchet synchronize access to shared reference and print proper total
Sun, 16 Dec 2012 14:19:08 +0100 blanchet escape nicknames
Sun, 16 Dec 2012 12:07:56 +0100 blanchet generate proper nicks also for instantiated induction rules
Sat, 15 Dec 2012 21:34:32 +0100 blanchet MaSh exporter can now export subsets of the facts, as consecutive ranges
Sat, 15 Dec 2012 19:57:12 +0100 blanchet thread no timeout properly
Sat, 15 Dec 2012 18:48:58 +0100 blanchet proper escaping in file name
Sat, 15 Dec 2012 18:26:37 +0100 blanchet encode lemma name in file name
Thu, 13 Dec 2012 22:49:07 +0100 blanchet use MaSh nicknames in ATP problem files to facilitate gathering of statistics
less more (0) -100 -60 tip