2
0
mirror of https://github.com/boostorg/graph.git synced 2026-01-30 07:52:10 +00:00
Files
graph/test
Douglas Gregor 2ffc396f29 boost/pending/relaxed_heap.hpp:
- Relaxed heap data structure implementation

boost/graph/dijkstra_shortest_paths.hpp:
  - Use relaxed heap, with a debugging option allowing one to use the binary
    heap instead

libs/graph/test/relaxed_heap_test.cpp:
  - Comprehensive test of the relaxed heap

libs/graph/test/dijkstra_heap_performance.cpp:
  - Test the performance of the relaxed heap against the binary heap via
    Erdos-Renyi graphs.

libs/graph/test/Jamfile:
  - Introduce tests of relaxed heap

libs/graph/doc/dijkstra_shortest_paths.html:
  - Updated complexity to O(V log V), finally!
  - Cite relaxed heaps paper

libs/graph/doc/bibliography.html:
  - Added relaxed heap reference

index.htm, libs/graph/doc/history.html:
  - Announce introduction of relaxed heap


[SVN r26623]
2005-01-04 14:34:45 +00:00
..
2004-08-12 19:12:28 +00:00
2003-02-12 08:51:11 +00:00
2004-10-20 13:20:19 +00:00
2003-02-12 08:51:11 +00:00
2004-02-02 16:17:34 +00:00
2003-02-12 08:51:11 +00:00
2003-02-12 08:51:11 +00:00
2004-12-21 19:59:37 +00:00
2005-01-04 14:34:45 +00:00
2004-07-19 07:12:45 +00:00
2004-08-05 13:38:36 +00:00
2003-02-12 08:51:11 +00:00
2004-01-05 06:39:42 +00:00
2001-09-03 21:14:37 +00:00
2004-10-20 13:20:19 +00:00
2004-10-20 13:20:19 +00:00