# # ChangeLog for lemon/bucket_heap.h in lemon-0.x # # Generated by Trac 1.2.3 # 03/29/24 01:49:36 Thu, 26 Oct 2006 14:20:17 GMT mqrelly [2263:9273fe7d850c] * lemon/bin_heap.h (modified) * lemon/bipartite_matching.h (modified) * lemon/bucket_heap.h (modified) * lemon/concepts/heap.h (modified) * lemon/dijkstra.h (modified) * lemon/fib_heap.h (modified) * lemon/fredman_tarjan.h (modified) * lemon/johnson.h (modified) * lemon/min_cost_arborescence.h (modified) * lemon/min_cut.h (modified) * lemon/prim.h (modified) * lemon/radix_heap.h (modified) Bug #46 fixed: Superfluous template parameter in Heap concept NOTE: ... Mon, 26 Jun 2006 15:40:35 GMT Balazs Dezso [2110:4b8153513f34] * lemon/bucket_heap.h (modified) Smaller Simple Bucket Heap - the list node does not store the ... Wed, 17 May 2006 09:07:24 GMT Balazs Dezso [2089:fce8db723736] * lemon/bucket_heap.h (modified) SimpleBucketHeap added It does not supports erasing, decreasing, ... Fri, 14 Apr 2006 18:05:02 GMT Balazs Dezso [2050:d9a221218ea4] * lemon/bin_heap.h (modified) * lemon/bucket_heap.h (modified) * lemon/fib_heap.h (modified) * lemon/fredman_tarjan.h (modified) * lemon/radix_heap.h (modified) Changing the mining of the clear in heaps It does not touch the heap ... Fri, 07 Apr 2006 09:54:35 GMT Balazs Dezso [2042:bdc953f2a449] * demo/tight_edge_filter_map.h (modified) * doc/groups.dox (modified) * lemon/bellman_ford.h (modified) * lemon/bucket_heap.h (modified) * lemon/floyd_warshall.h (modified) * lemon/fredman_tarjan.h (modified) * lemon/graph_adaptor.h (modified) * lemon/johnson.h (modified) * lemon/max_matching.h (modified) * lemon/min_cost_arborescence.h (modified) * lemon/min_cut.h (modified) * lemon/prim.h (modified) * lemon/radix_sort.h (modified) * lemon/ugraph_adaptor.h (modified) New Algorithm group for matchings LaTeX formulas Bug fix => ///\f$ ... Tue, 04 Apr 2006 17:45:35 GMT Balazs Dezso [2038:33db14058543] * demo/coloring.cc (modified) * lemon/Makefile.am (modified) * lemon/bucket_heap.h (added) * lemon/linear_heap.h (deleted) * lemon/min_cut.h (modified) * lemon/topology.h (modified) * test/heap_test.cc (modified) LinearHeap is renamed to BucketHeap which is more conform and widely ...