# # ChangeLog for src/hugo/skeletons in lemon-0.x # # Generated by Trac 1.2.3 # 06/29/24 23:42:49 Sun, 19 Sep 2004 12:24:48 GMT Alpar Juttner [881:a9f19f38970b] * doc/Doxyfile (modified) * src/hugo/kruskal.h (modified) * src/hugo/skeletons/graph.h (modified) * src/hugo/skeletons/maps.h (modified) Right (but still too short) documentation of the namespaces. Fri, 17 Sep 2004 15:51:50 GMT Alpar Juttner [880:9d0bfd35b97c] * doc/graphs.dox (modified) * src/hugo/dijkstra.h (modified) * src/hugo/full_graph.h (modified) * src/hugo/list_graph.h (modified) * src/hugo/skeletons/graph.h (modified) * src/hugo/smart_graph.h (modified) * src/test/bfs_test.cc (modified) * src/test/dfs_test.cc (modified) * src/test/dijkstra_test.cc (modified) * src/test/graph_test.cc (modified) * src/test/kruskal_test.cc (modified) * src/test/preflow_test.cc (modified) * src/work/alpar/list_graph_demo.cc (modified) * src/work/alpar/smart_graph_demo.cc (modified) * src/work/deba/dijkstra.h (modified) * src/work/deba/list_graph.h (modified) * src/work/marci/experiment/graph_wrapper.h (modified) * src/work/marci/experiment/graph_wrapper_1.h (modified) * src/work/peter/edgepathgraph.h (modified) * src/work/peter/hierarchygraph.h (modified) - Name changing: XYZGraphSkeleton -> XYZGraph - Fix some bad \ref's ... Thu, 16 Sep 2004 19:23:41 GMT Alpar Juttner [873:f3a30fda2e49] * doc/graphs.dox (modified) * src/hugo/skeletons/graph.h (modified) * src/test/graph_test.cc (modified) * src/work/marci/graph_wrapper_test.cc (modified) - GraphSkeleton renamed to ExtendableGraphSkeleton - Use full ... Sun, 12 Sep 2004 21:46:26 GMT Hegyi Péter [831:b6ae3446098a] * src/hugo/path.h (modified) * src/hugo/skeletons/path.h (modified) * src/test/old_path_test.cc (added) * src/test/path_test.cc (modified) The first version of new path test program. The old became old_path_test. Thu, 09 Sep 2004 09:18:41 GMT Alpar Juttner [826:056fbb112b30] * src/hugo/skeletons/graph.h (modified) * src/test/graph_test.cc (modified) * src/work/marci/graph_concept.h (modified) * src/work/peter/edgepathgraph.h (modified) * src/work/peter/hierarchygraph.h (modified) Spell checking (Ereasable ->Erasable), affected also the code. Wed, 08 Sep 2004 12:12:16 GMT Hegyi Péter [823:afba7fbbb239] * src/hugo/skeletons/path.h (modified) * src/test/path_test.cc (modified) There was a little troublie with the true return statement Wed, 08 Sep 2004 11:48:24 GMT Hegyi Péter [818:2b687ca1a08b] * src/hugo/skeletons/path.h (modified) Getting compilable with path_test Mon, 06 Sep 2004 13:47:54 GMT Alpar Juttner [809:ea5ae5266285] * src/hugo/skeletons/maps.h (modified) Spell checking. Mon, 06 Sep 2004 08:59:25 GMT Alpar Juttner [807:ce85435185c3] * src/hugo/skeletons/path.h (modified) Correction in doc: skeleton/path.h has been moved to the 'skeletons' ... Mon, 06 Sep 2004 08:55:06 GMT Alpar Juttner [806:93246c00cd24] * src/hugo/skeletons/path.h (modified) * src/work/klao/path.h (modified) Minor changes in doc. Sun, 05 Sep 2004 20:13:48 GMT Alpar Juttner [803:c3d832275e69] * src/hugo/skeletons/path.h (modified) * src/work/klao/path.h (modified) - Clarified Path skeleton. - setStart() changed to setStartNode() Sun, 05 Sep 2004 20:06:08 GMT Alpar Juttner [801:48638058e188] * src/hugo/skeletons/graph.h (modified) - Changes in doc - Some obsolete features has been removed. Fri, 03 Sep 2004 14:26:03 GMT Alpar Juttner [797:a76d8d52b25c] * src/hugo/skeletons/path.h (added) Skeleton for paths. Fri, 03 Sep 2004 10:28:21 GMT Alpar Juttner [794:d9ec436d11fe] * doc/groups.dox (modified) * src/hugo/skeletons/graph.h (modified) * src/hugo/skeletons/maps.h (modified) New doxygen module "skeletons" for the skeletons. Mon, 30 Aug 2004 12:01:47 GMT Alpar Juttner [774:4297098d9677] * configure.ac (modified) * doc/groups.dox (modified) * src/benchmark/bfs-bench.cc (modified) * src/hugo/Makefile.am (modified) * src/hugo/bfs.h (added) * src/hugo/dijkstra.h (modified) * src/hugo/full_graph.h (modified) * src/hugo/graph_wrapper.h (modified) * src/hugo/list_graph.h (modified) * src/hugo/max_flow.h (modified) * src/hugo/skeletons/graph.h (modified) * src/hugo/smart_graph.h (modified) * src/hugo/unionfind.h (modified) * src/test/Makefile.am (modified) * src/test/bfs_test.cc (added) * src/test/dijkstra_test.cc (modified) * src/test/graph_test.cc (modified) * src/test/test_tools.h (modified) * src/test/unionfind_test.cc (modified) * src/test/xy_test.cc (modified) * src/work/marci/bfs_dfs.h (modified) * src/work/marci/iterator_bfs_demo.cc (modified) * src/work/sage_graph.h (modified) Merge back the whole branches/hugo++ to trunk. Thu, 22 Jul 2004 19:59:18 GMT Alpar Juttner [732:33cbc0635e92] * src/hugo/skeletons/graph.h (modified) * src/hugo/skeletons/maps.h (modified) Skeletons have been simplified. "Optional features" have been ... Thu, 06 May 2004 13:48:04 GMT Akos Ladanyi [542:69bde1d90c04] * AUTHORS (added) * ChangeLog (added) * Makefile.am (added) * NEWS (added) * README (added) * bootstrap (added) * configure.ac (added) * doc/Doxyfile (modified) * doc/Makefile.am (added) * doc/makefile (deleted) * src/Makefile.am (added) * src/hugo/Makefile.am (added) * src/hugo/bin_heap.h (modified) * src/hugo/dijkstra.h (modified) * src/hugo/dimacs.h (modified) * src/hugo/skeletons/graph.h (modified) * src/hugo/smart_graph.h (modified) * src/hugo/unionfind.h (modified) * src/test/Makefile.am (added) * src/test/dijkstra_heap_test.cc (modified) * src/test/error_test.cc (modified) * src/test/graph_test.cc (modified) * src/test/makefile (deleted) * src/test/unionfind_test.cc (modified) * src/test/xy_test.cc (modified) * src/work/alpar/list_graph.h (modified) Set up automake environment. Thu, 06 May 2004 13:21:24 GMT Akos Ladanyi [539:fb261e3a9a0f] * src/hugo/bin_heap.h (moved) * src/hugo/dijkstra.h (moved) * src/hugo/dimacs.h (moved) * src/hugo/error.h (moved) * src/hugo/fib_heap.h (moved) * src/hugo/invalid.h (moved) * src/hugo/maps.h (moved) * src/hugo/skeletons/graph.h (moved) * src/hugo/skeletons/maps.h (moved) * src/hugo/smart_graph.h (moved) * src/hugo/time_measure.h (moved) * src/hugo/unionfind.h (moved) * src/hugo/xy.h (moved) Rename 'include' to 'hugo' (for automake)