bulwahn [Sat, 25 Feb 2012 09:07:41 +0100] rev 46671
removing unnecessary assumptions in RComplete;
simplifying proof in Probability
bulwahn [Sat, 25 Feb 2012 09:07:39 +0100] rev 46670
removing unnecessary assumptions in RealDef;
simplifying proofs in Float, MIR, and Ferrack
bulwahn [Sat, 25 Feb 2012 09:07:37 +0100] rev 46669
one general list_all2_update_cong instead of two special ones
wenzelm [Sat, 25 Feb 2012 13:17:38 +0100] rev 46668
tuned comments;
wenzelm [Sat, 25 Feb 2012 13:13:14 +0100] rev 46667
standard Graph instances;
wenzelm [Sat, 25 Feb 2012 13:00:32 +0100] rev 46666
clarified signature -- avoid oddities of Iterable like Iterator.map;
specific toString;
wenzelm [Sat, 25 Feb 2012 12:34:56 +0100] rev 46665
discontinued slightly odd Graph.del_nodes (inefficient due to full Table.map);
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
haftmann [Fri, 24 Feb 2012 22:46:16 +0100] rev 46663
explicit is better than implicit
haftmann [Fri, 24 Feb 2012 18:46:01 +0100] rev 46662
dropped dead code
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;
wenzelm [Fri, 24 Feb 2012 22:15:19 +0100] rev 46660
tuned imports;
wenzelm [Fri, 24 Feb 2012 21:36:20 +0100] rev 46659
tuned signature;
wenzelm [Fri, 24 Feb 2012 20:37:52 +0100] rev 46658
discontinued obsolete Graph.all_paths (last seen in 1524d69783d3 and AFP/80bbbdbfec62);
wenzelm [Fri, 24 Feb 2012 19:47:11 +0100] rev 46657
merged