Tue, 06 Sep 2011 11:31:01 +0200 cleanup "simple" type encodings
blanchet [Tue, 06 Sep 2011 11:31:01 +0200] rev 44742
cleanup "simple" type encodings
Tue, 06 Sep 2011 17:50:04 +0900 merge
Cezary Kaliszyk <kaliszyk@in.tum.de> [Tue, 06 Sep 2011 17:50:04 +0900] rev 44741
merge
Tue, 06 Sep 2011 16:45:31 +0900 HOL/Import: Make HOL4 Import work with current Isabelle. Updated constant maps, added bool type map, and tuned compat theorem.
Cezary Kaliszyk <kaliszyk@in.tum.de> [Tue, 06 Sep 2011 16:45:31 +0900] rev 44740
HOL/Import: Make HOL4 Import work with current Isabelle. Updated constant maps, added bool type map, and tuned compat theorem.
Tue, 06 Sep 2011 09:11:08 +0200 tuning
blanchet [Tue, 06 Sep 2011 09:11:08 +0200] rev 44739
tuning
Tue, 06 Sep 2011 09:11:08 +0200 drop more type arguments soundly, when they can be deduced from the arg types
blanchet [Tue, 06 Sep 2011 09:11:08 +0200] rev 44738
drop more type arguments soundly, when they can be deduced from the arg types
Tue, 06 Sep 2011 20:55:18 +0200 bulk reports for improved message throughput;
wenzelm [Tue, 06 Sep 2011 20:55:18 +0200] rev 44737
bulk reports for improved message throughput;
Tue, 06 Sep 2011 20:37:07 +0200 bulk reports for improved message throughput;
wenzelm [Tue, 06 Sep 2011 20:37:07 +0200] rev 44736
bulk reports for improved message throughput;
Tue, 06 Sep 2011 19:48:57 +0200 tuned signature;
wenzelm [Tue, 06 Sep 2011 19:48:57 +0200] rev 44735
tuned signature;
Tue, 06 Sep 2011 11:25:27 +0200 more specific message channels to avoid potential bottle-neck of raw_messages;
wenzelm [Tue, 06 Sep 2011 11:25:27 +0200] rev 44734
more specific message channels to avoid potential bottle-neck of raw_messages;
Tue, 06 Sep 2011 11:18:19 +0200 buffer prover messages to prevent overloading of session_actor input channel -- which is critical due to synchronous messages wrt. GUI thread;
wenzelm [Tue, 06 Sep 2011 11:18:19 +0200] rev 44733
buffer prover messages to prevent overloading of session_actor input channel -- which is critical due to synchronous messages wrt. GUI thread;
Tue, 06 Sep 2011 10:27:04 +0200 more abstract receiver interface;
wenzelm [Tue, 06 Sep 2011 10:27:04 +0200] rev 44732
more abstract receiver interface;
Tue, 06 Sep 2011 10:16:12 +0200 flush after Output.raw_message (and init message) for reduced latency of important protocol events;
wenzelm [Tue, 06 Sep 2011 10:16:12 +0200] rev 44731
flush after Output.raw_message (and init message) for reduced latency of important protocol events;
Mon, 05 Sep 2011 17:45:37 -0700 convert lemma cos_is_zero to Isar-style
huffman [Mon, 05 Sep 2011 17:45:37 -0700] rev 44730
convert lemma cos_is_zero to Isar-style
Mon, 05 Sep 2011 17:05:00 -0700 merged
huffman [Mon, 05 Sep 2011 17:05:00 -0700] rev 44729
merged
Mon, 05 Sep 2011 17:00:56 -0700 convert lemma sin_gt_zero to Isar style;
huffman [Mon, 05 Sep 2011 17:00:56 -0700] rev 44728
convert lemma sin_gt_zero to Isar style; remove duplicate lemma sin_gt_zero1;
Mon, 05 Sep 2011 16:26:57 -0700 modify lemma sums_group, and shorten proofs that use it
huffman [Mon, 05 Sep 2011 16:26:57 -0700] rev 44727
modify lemma sums_group, and shorten proofs that use it
Mon, 05 Sep 2011 16:07:40 -0700 generalize some lemmas
huffman [Mon, 05 Sep 2011 16:07:40 -0700] rev 44726
generalize some lemmas
Mon, 05 Sep 2011 12:19:04 -0700 add lemmas cos_arctan and sin_arctan
huffman [Mon, 05 Sep 2011 12:19:04 -0700] rev 44725
add lemmas cos_arctan and sin_arctan
Mon, 05 Sep 2011 08:38:50 -0700 tuned indentation
huffman [Mon, 05 Sep 2011 08:38:50 -0700] rev 44724
tuned indentation
Mon, 05 Sep 2011 23:51:16 +0200 more visible outdated_color;
wenzelm [Mon, 05 Sep 2011 23:51:16 +0200] rev 44723
more visible outdated_color;
Mon, 05 Sep 2011 23:26:41 +0200 commands_change_delay within main actor -- prevents overloading of commands_change_buffer input channel;
wenzelm [Mon, 05 Sep 2011 23:26:41 +0200] rev 44722
commands_change_delay within main actor -- prevents overloading of commands_change_buffer input channel;
Mon, 05 Sep 2011 20:30:37 +0200 tuned imports;
wenzelm [Mon, 05 Sep 2011 20:30:37 +0200] rev 44721
tuned imports;
Mon, 05 Sep 2011 14:42:31 +0200 fixed handling of "sledgehammer_params", so that "sledgehammer_params [e]" is really the same as "sledgehammer_params [provers = e]"
blanchet [Mon, 05 Sep 2011 14:42:31 +0200] rev 44720
fixed handling of "sledgehammer_params", so that "sledgehammer_params [e]" is really the same as "sledgehammer_params [provers = e]"
Mon, 05 Sep 2011 14:17:44 +0200 tuned
boehmes [Mon, 05 Sep 2011 14:17:44 +0200] rev 44719
tuned
Mon, 05 Sep 2011 11:34:54 +0200 tuned
boehmes [Mon, 05 Sep 2011 11:34:54 +0200] rev 44718
tuned
Mon, 05 Sep 2011 11:28:10 +0200 filter out all schematic theorems if the problem contains no ground constants
boehmes [Mon, 05 Sep 2011 11:28:10 +0200] rev 44717
filter out all schematic theorems if the problem contains no ground constants
Sun, 04 Sep 2011 21:04:02 -0700 merged
huffman [Sun, 04 Sep 2011 21:04:02 -0700] rev 44716
merged
Sun, 04 Sep 2011 21:03:54 -0700 tuned comments
huffman [Sun, 04 Sep 2011 21:03:54 -0700] rev 44715
tuned comments
(0) -30000 -10000 -3000 -1000 -300 -100 -50 -28 +28 +50 +100 +300 +1000 +3000 +10000 +30000 tip