Wed, 25 Aug 2010 21:31:22 +0200 wenzelm added some proof state markup, notably number of subgoals (e.g. for indentation);
Wed, 25 Aug 2010 20:43:03 +0200 wenzelm ML_Context.eval: produce antiquotation environment preferably in invisible context, to avoid displaced report messages from ML_Compiler;
Wed, 25 Aug 2010 18:46:22 +0200 wenzelm merged
Wed, 25 Aug 2010 20:04:49 +0800 Christian Urban tuned code
Wed, 25 Aug 2010 18:26:58 +0800 Christian Urban quotient package: deal correctly with frees in lifted theorems
Wed, 25 Aug 2010 18:38:49 +0200 wenzelm approximation_oracle: actually match true/false in ML, not arbitrary values;
Wed, 25 Aug 2010 18:36:22 +0200 wenzelm renamed Simplifier.simproc(_i) to Simplifier.simproc_global(_i) to emphasize that this is not the real thing;
Wed, 25 Aug 2010 18:19:04 +0200 wenzelm more precise Command.State accumulation;
Wed, 25 Aug 2010 17:45:35 +0200 wenzelm eliminated some old camel case stuff;
Wed, 25 Aug 2010 17:34:10 +0200 wenzelm some attempts to recover Isabelle/ML style from the depths of time;
Wed, 25 Aug 2010 16:13:55 +0200 wenzelm keep persistent production tables as immutable vectors -- potential performance improvement on modern hardware;
Wed, 25 Aug 2010 15:41:14 +0200 wenzelm select tangible text ranges here -- more robust against ongoing changes of the markup query model
Wed, 25 Aug 2010 15:12:49 +0200 wenzelm structure Thm: less pervasive names;
Wed, 25 Aug 2010 14:18:09 +0200 wenzelm discontinued obsolete 'global' and 'local' commands;
Wed, 25 Aug 2010 11:30:45 +0200 wenzelm merged
Wed, 25 Aug 2010 11:10:08 +0200 hoelzl merged
Tue, 24 Aug 2010 14:41:37 +0200 hoelzl moved generic lemmas in Probability to HOL
Wed, 25 Aug 2010 11:13:58 +0200 wenzelm merged
Wed, 25 Aug 2010 09:44:54 +0200 haftmann traling newline on standard output
Wed, 25 Aug 2010 11:17:33 +0900 Cezary Kaliszyk Quotient Package / lemma for regularization of bex1_rel for equivalence relations
Tue, 24 Aug 2010 20:09:30 +0200 blanchet merged
Tue, 24 Aug 2010 19:55:34 +0200 blanchet make Mirabelle happy
Tue, 24 Aug 2010 19:19:28 +0200 blanchet compute names lazily;
Tue, 24 Aug 2010 18:03:43 +0200 blanchet clean handling of whether a fact is chained or not;
Tue, 24 Aug 2010 16:43:52 +0200 blanchet don't backtick facts that contain schematic variables, since this doesn't work (for some reason)
Tue, 24 Aug 2010 16:24:11 +0200 blanchet quote facts whose names collide with a keyword or command name (cf. "subclass" in "Jinja/J/TypeSafe.thy")
Tue, 24 Aug 2010 15:29:13 +0200 blanchet revert this idea of automatically invoking "metisFT" when "metis" fails;
Tue, 24 Aug 2010 22:38:45 +0800 Christian Urban use matching of types than just equality - this is needed in nominal to cope with type variables
Tue, 24 Aug 2010 15:08:05 +0200 blanchet merge
Tue, 24 Aug 2010 15:07:54 +0200 blanchet cosmetics
Tue, 24 Aug 2010 15:06:47 +0200 blanchet use a soft time limit for E
Tue, 24 Aug 2010 14:36:29 +0200 blanchet make remote ATP versions more robust, by starting with "preferred" version numbers and falling back on any version
Mon, 23 Aug 2010 23:32:11 +0200 blanchet cosmetics
Mon, 23 Aug 2010 23:24:24 +0200 blanchet optimize fact filter some more
Mon, 23 Aug 2010 23:00:57 +0200 blanchet cache previous iteration's weights, and keep track of what's dirty and what's clean;
Mon, 23 Aug 2010 21:55:52 +0200 blanchet modified relevance filter
Mon, 23 Aug 2010 21:11:30 +0200 blanchet adjust fudge factors in the light of experiments
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
Mon, 23 Aug 2010 18:25:49 +0200 blanchet weed out junk in relevance filter
Mon, 23 Aug 2010 18:04:31 +0200 blanchet no need for "eq" facts -- good old "=" is good enough for us
Mon, 23 Aug 2010 17:53:49 +0200 blanchet revert unintended change
Mon, 23 Aug 2010 17:49:18 +0200 blanchet destroy elim rules before checking for finite exhaustive facts
Mon, 23 Aug 2010 16:12:41 +0200 blanchet prevent double inclusion of the fact "True_or_False" in TPTP problems
Tue, 24 Aug 2010 10:07:14 +0200 haftmann merged
Tue, 24 Aug 2010 09:06:17 +0200 haftmann tuned
Mon, 23 Aug 2010 11:57:32 +0200 haftmann merged
Mon, 23 Aug 2010 11:57:22 +0200 haftmann dropped pre_post_conv
Mon, 23 Aug 2010 11:51:33 +0200 haftmann use conv alias
Mon, 23 Aug 2010 11:51:32 +0200 haftmann preliminary versions of static_eval_conv(_simple)
Mon, 23 Aug 2010 11:51:32 +0200 haftmann use Code_Thingol.static_eval_conv_simple
Mon, 23 Aug 2010 11:51:32 +0200 haftmann added static_eval_conv
Mon, 23 Aug 2010 11:09:49 +0200 haftmann refined and unified naming convention for dynamic code evaluation techniques
Mon, 23 Aug 2010 11:09:48 +0200 haftmann tap_thy conversional
Mon, 23 Aug 2010 11:09:48 +0200 haftmann dropped now obsolete purge_data -- happens implicitly on change of theory identity
Tue, 24 Aug 2010 08:22:17 +0200 bulwahn merged
Mon, 23 Aug 2010 16:47:57 +0200 bulwahn introducing simplification equations for inductive sets; added data structure for storing equations; rewriting retrieval of simplification equation for inductive predicates and sets
Mon, 23 Aug 2010 16:47:55 +0200 bulwahn added support for xsymbol syntax for mode annotations in code_pred command
Wed, 25 Aug 2010 11:13:27 +0200 wenzelm tuned raw Sidekick output;
Tue, 24 Aug 2010 23:49:07 +0200 wenzelm Text.Range.is_singleton;
(0) -30000 -10000 -3000 -1000 -300 -100 -60 +60 +100 +300 +1000 +3000 +10000 +30000 tip