Sat, 25 Feb 2012 15:33:36 +0100 merged
wenzelm [Sat, 25 Feb 2012 15:33:36 +0100] rev 46675
merged
Sat, 25 Feb 2012 09:07:53 +0100 slightly changing the enumeration scheme
bulwahn [Sat, 25 Feb 2012 09:07:53 +0100] rev 46674
slightly changing the enumeration scheme
Sat, 25 Feb 2012 09:07:51 +0100 adding some more test invocations of find_unused_assms
bulwahn [Sat, 25 Feb 2012 09:07:51 +0100] rev 46673
adding some more test invocations of find_unused_assms
Sat, 25 Feb 2012 09:07:43 +0100 adding an example where random beats exhaustive testing
bulwahn [Sat, 25 Feb 2012 09:07:43 +0100] rev 46672
adding an example where random beats exhaustive testing
Sat, 25 Feb 2012 09:07:41 +0100 removing unnecessary assumptions in RComplete;
bulwahn [Sat, 25 Feb 2012 09:07:41 +0100] rev 46671
removing unnecessary assumptions in RComplete; simplifying proof in Probability
Sat, 25 Feb 2012 09:07:39 +0100 removing unnecessary assumptions in RealDef;
bulwahn [Sat, 25 Feb 2012 09:07:39 +0100] rev 46670
removing unnecessary assumptions in RealDef; simplifying proofs in Float, MIR, and Ferrack
Sat, 25 Feb 2012 09:07:37 +0100 one general list_all2_update_cong instead of two special ones
bulwahn [Sat, 25 Feb 2012 09:07:37 +0100] rev 46669
one general list_all2_update_cong instead of two special ones
Sat, 25 Feb 2012 13:17:38 +0100 tuned comments;
wenzelm [Sat, 25 Feb 2012 13:17:38 +0100] rev 46668
tuned comments;
Sat, 25 Feb 2012 13:13:14 +0100 standard Graph instances;
wenzelm [Sat, 25 Feb 2012 13:13:14 +0100] rev 46667
standard Graph instances;
Sat, 25 Feb 2012 13:00:32 +0100 clarified signature -- avoid oddities of Iterable like Iterator.map;
wenzelm [Sat, 25 Feb 2012 13:00:32 +0100] rev 46666
clarified signature -- avoid oddities of Iterable like Iterator.map; specific toString;
Sat, 25 Feb 2012 12:34:56 +0100 discontinued slightly odd Graph.del_nodes (inefficient due to full Table.map);
wenzelm [Sat, 25 Feb 2012 12:34:56 +0100] rev 46665
discontinued slightly odd Graph.del_nodes (inefficient due to full Table.map);
Fri, 24 Feb 2012 22:46:44 +0100 moved predicate relations and conversion rules between set and predicate relations from Predicate.thy to Relation.thy; moved Predicate.thy upwards in theory hierarchy
haftmann [Fri, 24 Feb 2012 22:46:44 +0100] rev 46664
moved predicate relations and conversion rules between set and predicate relations from Predicate.thy to Relation.thy; moved Predicate.thy upwards in theory hierarchy
Fri, 24 Feb 2012 22:46:16 +0100 explicit is better than implicit
haftmann [Fri, 24 Feb 2012 22:46:16 +0100] rev 46663
explicit is better than implicit
Fri, 24 Feb 2012 18:46:01 +0100 dropped dead code
haftmann [Fri, 24 Feb 2012 18:46:01 +0100] rev 46662
dropped dead code
Fri, 24 Feb 2012 22:58:13 +0100 prefer sorted Map/Set for canonical order of results -- pass ordering via fresh copy of empty;
wenzelm [Fri, 24 Feb 2012 22:58:13 +0100] rev 46661
prefer sorted Map/Set for canonical order of results -- pass ordering via fresh copy of empty; discontinued map_nodes, del_nodes conveniences -- avoid inefficient mapValues wrapper (this is not Table.map from ML); tuned signature;
Fri, 24 Feb 2012 22:15:19 +0100 tuned imports;
wenzelm [Fri, 24 Feb 2012 22:15:19 +0100] rev 46660
tuned imports;
Fri, 24 Feb 2012 21:36:20 +0100 tuned signature;
wenzelm [Fri, 24 Feb 2012 21:36:20 +0100] rev 46659
tuned signature;
Fri, 24 Feb 2012 20:37:52 +0100 discontinued obsolete Graph.all_paths (last seen in 1524d69783d3 and AFP/80bbbdbfec62);
wenzelm [Fri, 24 Feb 2012 20:37:52 +0100] rev 46658
discontinued obsolete Graph.all_paths (last seen in 1524d69783d3 and AFP/80bbbdbfec62);
Fri, 24 Feb 2012 19:47:11 +0100 merged
wenzelm [Fri, 24 Feb 2012 19:47:11 +0100] rev 46657
merged
Fri, 24 Feb 2012 17:21:24 +0100 remove ill-formed lemmas word_0_wi_Pls and word_m1_wi_Min
huffman [Fri, 24 Feb 2012 17:21:24 +0100] rev 46656
remove ill-formed lemmas word_0_wi_Pls and word_m1_wi_Min
Fri, 24 Feb 2012 16:59:20 +0100 avoid using Int.succ_def in proofs
huffman [Fri, 24 Feb 2012 16:59:20 +0100] rev 46655
avoid using Int.succ_def in proofs
Fri, 24 Feb 2012 16:55:29 +0100 avoid using Int.succ or Int.pred in proofs
huffman [Fri, 24 Feb 2012 16:55:29 +0100] rev 46654
avoid using Int.succ or Int.pred in proofs
Fri, 24 Feb 2012 16:53:59 +0100 avoid using BIT_simps in proofs;
huffman [Fri, 24 Feb 2012 16:53:59 +0100] rev 46653
avoid using BIT_simps in proofs; rephrase lemmas without Int.succ or Int.pred;
Fri, 24 Feb 2012 16:46:43 +0100 avoid using BIT_simps in proofs
huffman [Fri, 24 Feb 2012 16:46:43 +0100] rev 46652
avoid using BIT_simps in proofs
Fri, 24 Feb 2012 19:47:00 +0100 updated stats according to src/HOL/IsaMakefile;
wenzelm [Fri, 24 Feb 2012 19:47:00 +0100] rev 46651
updated stats according to src/HOL/IsaMakefile;
Fri, 24 Feb 2012 19:45:10 +0100 more precise clean target;
wenzelm [Fri, 24 Feb 2012 19:45:10 +0100] rev 46650
more precise clean target;
Fri, 24 Feb 2012 18:14:06 +0100 clarifed name space "type name", which covers logical and non-logical types, and often occurs inside outer syntax "type" markup;
wenzelm [Fri, 24 Feb 2012 18:14:06 +0100] rev 46649
clarifed name space "type name", which covers logical and non-logical types, and often occurs inside outer syntax "type" markup;
Fri, 24 Feb 2012 13:50:37 +0100 avoid using Int.Pls_def in proofs
huffman [Fri, 24 Feb 2012 13:50:37 +0100] rev 46648
avoid using Int.Pls_def in proofs
Fri, 24 Feb 2012 13:37:23 +0100 remove ill-formed lemmas word_pred_0_Min and word_m1_Min
huffman [Fri, 24 Feb 2012 13:37:23 +0100] rev 46647
remove ill-formed lemmas word_pred_0_Min and word_m1_Min
Fri, 24 Feb 2012 13:33:03 +0100 remove ill-formed lemma of_bl_no; adapt proofs
huffman [Fri, 24 Feb 2012 13:33:03 +0100] rev 46646
remove ill-formed lemma of_bl_no; adapt proofs
(0) -30000 -10000 -3000 -1000 -300 -100 -50 -30 +30 +50 +100 +300 +1000 +3000 +10000 +30000 tip