#
# ChangeLog for src/hugo in lemon-0.x
#
# Generated by Trac 1.2.3
# 01/21/25 16:20:27

Tue, 28 Sep 2004 10:32:23 GMT Mihaly Barasz [914:174490f545f8]
	* src/hugo/unionfind.h (modified)

	Bugfix. (unionfind segfaulted when compiled with icc)


Tue, 28 Sep 2004 07:00:58 GMT Alpar Juttner [911:89a4fbb99cad]
	* doc/graphs.dox (modified)
	* src/hugo/bfs.h (modified)
	* src/hugo/dfs.h (modified)
	* src/hugo/dijkstra.h (modified)
	* src/hugo/fib_heap.h (modified)
	* src/hugo/graph_wrapper.h (modified)
	* src/hugo/list_graph.h (modified)
	* src/hugo/maps.h (modified)
	* src/hugo/preflow.h (modified)
	* src/hugo/skeletons/graph.h (modified)
	* src/hugo/skeletons/sym_graph.h (modified)

	Fix many doxygen command bugs.


Mon, 27 Sep 2004 18:11:27 GMT marci [910:5a89cacf17f1]
	* src/hugo/graph_wrapper.h (modified)
	* src/hugo/min_cost_flow.h (modified)
	* src/hugo/tight_edge_filter_map.h (modified)

	minor corrections


Sun, 26 Sep 2004 21:43:38 GMT Balazs Dezso [909:6a22e0dfd453]
	* src/hugo/Makefile.am (modified)
	* src/hugo/default_map.h (modified)
	* src/hugo/list_graph.h (modified)
	* src/hugo/map_bits.h (modified)
	* src/hugo/map_defines.h (modified)
	* src/hugo/map_registry.h (modified)
	* src/hugo/skeletons/sym_graph.h (added)
	* src/hugo/smart_graph.h (modified)
	* src/hugo/sym_map.h (deleted)
	* src/test/Makefile.am (modified)
	* src/test/graph_test.cc (modified)
	* src/test/sym_graph_test.cc (added)
	* src/test/sym_graph_test.h (added)
	* src/test/test_tools.h (modified)

	New symmetric Graph concept.
	New symmetric list and smart graph. ...


Thu, 23 Sep 2004 15:09:55 GMT Alpar Juttner [907:df8472ab5d4a]
	* src/hugo/attic/debug.h (modified)
	* src/hugo/attic/error.h (modified)

	I forgot to apply
	for i in `ls *.h`; do rpl template.h $i $i; done ...


Thu, 23 Sep 2004 15:05:20 GMT Alpar Juttner [906:17f31d280385]
	* src/hugo/array_map.h (modified)
	* src/hugo/attic/debug.h (modified)
	* src/hugo/attic/error.h (modified)
	* src/hugo/bfs.h (modified)
	* src/hugo/bin_heap.h (modified)
	* src/hugo/default_map.h (modified)
	* src/hugo/dfs.h (modified)
	* src/hugo/dijkstra.h (modified)
	* src/hugo/dimacs.h (modified)
	* src/hugo/extended_pair.h (modified)
	* src/hugo/fib_heap.h (modified)
	* src/hugo/full_graph.h (modified)
	* src/hugo/graph_wrapper.h (modified)
	* src/hugo/invalid.h (modified)
	* src/hugo/kruskal.h (modified)
	* src/hugo/list_graph.h (modified)
	* src/hugo/map_bits.h (modified)
	* src/hugo/map_defines.h (modified)
	* src/hugo/map_iterator.h (modified)
	* src/hugo/map_registry.h (modified)
	* src/hugo/maps.h (modified)
	* src/hugo/min_cost_flow.h (modified)
	* src/hugo/path.h (modified)
	* src/hugo/preflow.h (modified)
	* src/hugo/skeletons/graph.h (modified)
	* src/hugo/skeletons/maps.h (modified)
	* src/hugo/skeletons/path.h (modified)
	* src/hugo/smart_graph.h (modified)
	* src/hugo/suurballe.h (modified)
	* src/hugo/sym_map.h (modified)
	* src/hugo/template.h (modified)
	* src/hugo/tight_edge_filter_map.h (modified)
	* src/hugo/time_measure.h (modified)
	* src/hugo/unionfind.h (modified)
	* src/hugo/vector_map.h (modified)
	* src/hugo/xy.h (modified)
	* src/test/bfs_test.cc (modified)
	* src/test/dfs_test.cc (modified)
	* src/test/dijkstra_heap_test.cc (modified)
	* src/test/dijkstra_test.cc (modified)
	* src/test/error_test.cc (modified)
	* src/test/graph_test.cc (modified)
	* src/test/graph_test.h (modified)
	* src/test/graph_wrapper_test.cc (modified)
	* src/test/kruskal_test.cc (modified)
	* src/test/min_cost_flow_test.cc (modified)
	* src/test/path_test.cc (modified)
	* src/test/preflow_test.cc (modified)
	* src/test/suurballe_test.cc (modified)
	* src/test/test_tools.h (modified)
	* src/test/test_tools_fail.cc (modified)
	* src/test/test_tools_pass.cc (modified)
	* src/test/time_measure_test.cc (modified)
	* src/test/unionfind_test.cc (modified)
	* src/test/xy_test.cc (modified)

	Copyright header added.


Thu, 23 Sep 2004 14:40:45 GMT Alpar Juttner [905:5be029d19c98]
	* src/benchmark/hcube.cc (modified)
	* src/hugo/list_graph.h (modified)
	* src/hugo/smart_graph.h (modified)

	Some code cleaning in id related stuffs


Wed, 22 Sep 2004 12:42:19 GMT Alpar Juttner [904:b40afcf42a4d]
	* src/hugo/full_graph.h (modified)
	* src/hugo/list_graph.h (modified)
	* src/hugo/smart_graph.h (modified)

	Do not document registry and map defines.


Wed, 22 Sep 2004 12:33:30 GMT Alpar Juttner [903:2e664d4969d7]
	* src/hugo/dimacs.h (modified)

	Some commenticide was applied.


Wed, 22 Sep 2004 10:47:59 GMT marci [901:69a8e672acb1]
	* src/hugo/array_map.h (modified)
	* src/hugo/bin_heap.h (modified)
	* src/hugo/default_map.h (modified)
	* src/hugo/extended_pair.h (modified)
	* src/hugo/map_bits.h (modified)
	* src/hugo/map_defines.h (modified)
	* src/hugo/map_iterator.h (modified)
	* src/hugo/map_registry.h (modified)
	* src/hugo/min_cost_flow.h (modified)
	* src/hugo/suurballe.h (modified)
	* src/hugo/sym_map.h (modified)
	* src/hugo/vector_map.h (modified)
	* src/work/marci/makefile (modified)

	correction of HUGO_... preproc defines.


Wed, 22 Sep 2004 09:58:17 GMT Alpar Juttner [900:fc7bc2dacee5]
	* src/hugo/path.h (modified)

	'iff' changed to 'if and only if'


Wed, 22 Sep 2004 09:55:41 GMT Alpar Juttner [899:f485b3008cf5]
	* src/hugo/Makefile.am (modified)
	* src/hugo/min_cost_flow.h (added)
	* src/hugo/min_cost_flows.h (deleted)
	* src/hugo/min_length_paths.h (deleted)
	* src/hugo/suurballe.h (added)
	* src/test/Makefile.am (modified)
	* src/test/min_cost_flow_test.cc (added)
	* src/test/min_cost_flows_test.cc (deleted)
	* src/test/min_length_paths_test.cc (deleted)
	* src/test/suurballe_test.cc (added)

	Classes (and corresponting file names) renamed:
	- MinLengthPaths -> ...


Wed, 22 Sep 2004 08:54:53 GMT Alpar Juttner [898:c46cfb2651ec]
	* src/hugo/Makefile.am (modified)

	Oops. I forgot to commit this at -r1204.


Wed, 22 Sep 2004 08:04:31 GMT Balazs Dezso [897:ef09eee53b09]
	* src/hugo/array_map.h (modified)
	* src/hugo/default_map.h (modified)
	* src/hugo/extended_pair.h (modified)
	* src/hugo/full_graph.h (modified)
	* src/hugo/list_graph.h (modified)
	* src/hugo/map_defines.h (modified)
	* src/hugo/smart_graph.h (modified)
	* src/hugo/sym_map.h (modified)
	* src/hugo/vector_map.h (modified)

	The default constructors are removed from the maps.
	The ArrayMap is ...


Wed, 22 Sep 2004 07:32:57 GMT Alpar Juttner [896:3a98a1aa5a8f]
	* src/hugo/min_cost_flows.h (added)
	* src/hugo/min_length_paths.h (added)
	* src/hugo/mincostflows.h (deleted)
	* src/hugo/minlengthpaths.h (deleted)
	* src/test/Makefile.am (modified)
	* src/test/min_cost_flows_test.cc (added)
	* src/test/min_length_paths_test.cc (added)
	* src/test/mincostflows_test.cc (deleted)
	* src/test/minlengthpaths_test.cc (deleted)
	* src/test/old_path_test.cc (deleted)

	- mincostflows.h renamed to min_cost_flows.h
	- minlengthpaths.h ...


Tue, 21 Sep 2004 21:28:43 GMT marci [894:68a18cd0505c]
	* src/hugo/mincostflows.h (modified)

	todo for real comparison


Tue, 21 Sep 2004 21:10:26 GMT marci [893:89d5c283a485]
	* src/hugo/mincostflows.h (modified)

	Dox readable more even.


Tue, 21 Sep 2004 11:54:20 GMT marci [892:004636791dd7]
	* src/hugo/graph_wrapper.h (modified)
	* src/test/graph_wrapper_test.cc (modified)

	graph_wrappers now pass the tests.


Mon, 20 Sep 2004 22:57:48 GMT Balazs Dezso [891:74589d20dbc3]
	* src/hugo/array_map.h (modified)
	* src/hugo/default_map.h (modified)
	* src/hugo/graph_wrapper.h (modified)
	* src/hugo/list_graph.h (modified)
	* src/hugo/map_defines.h (modified)
	* src/hugo/map_registry.h (modified)
	* src/hugo/smart_graph.h (modified)
	* src/hugo/sym_map.h (modified)
	* src/hugo/vector_map.h (modified)
	* src/test/graph_test.h (modified)
	* src/test/graph_wrapper_test.cc (modified)

	template<typename CMap> Map(const CMap&) like constructors and ...


Mon, 20 Sep 2004 17:53:33 GMT marci [890:3a48bc350e0f]
	* src/hugo/maps.h (modified)
	* src/work/marci/const_map_time.cc (added)

	Specialized ConstMap for defining constant maps at compile time, by ...


Mon, 20 Sep 2004 09:05:19 GMT marci [888:cc3590763f7f]
	* src/demo/sub_graph_wrapper_demo.cc (modified)
	* src/demo/tight_edge_filter_map.h (deleted)
	* src/hugo/graph_wrapper.h (modified)
	* src/hugo/tight_edge_filter_map.h (added)
	* src/work/marci/augmenting_flow.h (modified)
	* src/work/marci/lp/lp_solver_wrapper.h (modified)




Sun, 19 Sep 2004 15:24:56 GMT Mihaly Barasz [885:5e59c44b6ba2]
	* src/hugo/kruskal.h (modified)
	* src/test/kruskal_test.cc (modified)

	Kruskal cleanup:
	- resolved the NonConstMapWr bug
	- docs added for ...


Sun, 19 Sep 2004 12:45:35 GMT Alpar Juttner [883:4af619b64d98]
	* src/hugo/Makefile.am (modified)
	* src/hugo/attic/debug.h (added)
	* src/hugo/attic/error.h (added)
	* src/hugo/debug.h (deleted)
	* src/hugo/error.h (deleted)
	* src/test/Makefile.am (modified)

	Put away debug.h and error.h temporarily.


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 ...


Fri, 17 Sep 2004 15:11:39 GMT Alpar Juttner [879:5e284075b193]
	* src/hugo/graph_wrapper.h (modified)

	An alert added to doc.


Fri, 17 Sep 2004 12:23:09 GMT Alpar Juttner [878:86b42ec55f3e]
	* src/hugo/graph_wrapper.h (modified)
	* src/test/Makefile.am (modified)
	* src/test/graph_wrapper_test.cc (moved)

	Graph wrapper tests added.


Fri, 17 Sep 2004 07:02:16 GMT Balazs Dezso [877:66dd225ca128]
	* src/hugo/graph_wrapper.h (modified)
	* src/hugo/list_graph.h (modified)
	* src/hugo/map_defines.h (modified)

	Fix maps in the GraphWrappers.


Thu, 16 Sep 2004 20:55:01 GMT Alpar Juttner [876:26c573ca6a99]
	* src/hugo/graph_wrapper.h (modified)

	Go back to -r1169 in order to be able to compile
	minlengthpath_test.cc


Thu, 16 Sep 2004 19:24:15 GMT Alpar Juttner [874:2195bc090dfe]
	* src/hugo/preflow.h (modified)

	Document the file itself.


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 ...


Thu, 16 Sep 2004 15:05:10 GMT marci [870:9bde6cd8e3da]
	* src/hugo/graph_wrapper.h (modified)
	* src/work/marci/graph_wrapper_test.cc (modified)




Thu, 16 Sep 2004 10:59:30 GMT marci [861:021e513a2d83]
	* src/hugo/graph_wrapper.h (modified)

	bug correction in SubGraphWrapper<Graph>::NodeIt::NodeIt(...)


Thu, 16 Sep 2004 10:26:14 GMT athos [860:3577b3db6089]
	* src/hugo/mincostflows.h (modified)
	* src/hugo/minlengthpaths.h (modified)

	Completed documentation for mincostflows and minlengthpaths.


Wed, 15 Sep 2004 14:04:57 GMT jacint [857:4e948fd205f7]
	* src/hugo/fib_heap.h (modified)

	docs changes


Wed, 15 Sep 2004 10:34:12 GMT marci [854:baf0b6e40211]
	* src/hugo/graph_wrapper.h (modified)
	* src/work/makefile (modified)
	* src/work/marci/augmenting_flow.h (modified)
	* src/work/marci/max_flow_demo.cc (modified)

	correction of SubGraphWrapper bug.


Tue, 14 Sep 2004 17:42:43 GMT Alpar Juttner [853:4cb8f31c1ff8]
	* src/hugo/minlengthpaths.h (modified)

	Change the name of a template parameter.


Tue, 14 Sep 2004 17:41:40 GMT Alpar Juttner [852:d50d89b86870]
	* src/hugo/path.h (modified)

	Remove obsolete features.


Tue, 14 Sep 2004 10:29:47 GMT Alpar Juttner [851:209c9d53e195]
	* src/hugo/minlengthpaths.h (modified)
	* src/hugo/preflow.h (modified)

	Changes in doc.


Tue, 14 Sep 2004 10:09:24 GMT marci [849:cc3867a7d380]
	* src/hugo/graph_wrapper.h (modified)
	* src/hugo/preflow.h (modified)
	* src/test/graph_wrapper_test.cc (added)
	* src/work/marci/graph_wrapper_time.cc (modified)
	* src/work/marci/max_flow_demo.cc (modified)




Mon, 13 Sep 2004 20:05:13 GMT Balazs Dezso [844:9bf990cb066d]
	* src/hugo/Makefile.am (modified)
	* src/hugo/array_map.h (modified)
	* src/hugo/graph_wrapper.h (modified)
	* src/hugo/list_graph.h (modified)
	* src/hugo/map_bits.h (added)
	* src/hugo/map_defines.h (modified)
	* src/hugo/map_iterator.h (modified)
	* src/hugo/sym_map.h (modified)
	* src/hugo/vector_map.h (modified)
	* src/test/test_tools.h (modified)

	Bug fix in the symmetric maps.
	Faster map initialization.
	Iterators ...


Mon, 13 Sep 2004 18:00:26 GMT Alpar Juttner [843:d56fad02dc55]
	* src/hugo/Makefile.am (modified)
	* src/test/Makefile.am (modified)

	Minor corrections. "make distclean" still doesn't work.


Mon, 13 Sep 2004 17:14:03 GMT Alpar Juttner [840:10002fa8847a]
	* src/benchmark/hcube.cc (modified)
	* src/hugo/Makefile.am (modified)

	Change MaxFlow to Preflow.


Mon, 13 Sep 2004 16:15:12 GMT marci [838:51dcd224455c]
	* src/hugo/graph_wrapper.h (modified)




Mon, 13 Sep 2004 15:30:01 GMT Hegyi Péter [837:2d50d1f045c5]
	* src/hugo/path.h (modified)

	Reserve is resolved.


Mon, 13 Sep 2004 13:57:13 GMT jacint [836:f8549e3f6c5a]
	* src/hugo/max_flow.h (deleted)
	* src/hugo/preflow.h (added)

	preflow last changes


Mon, 13 Sep 2004 11:24:35 GMT Alpar Juttner [835:eb9587f09b42]
	* src/hugo/path.h (modified)

	Remove one remaining range checking.


Mon, 13 Sep 2004 10:50:30 GMT Hegyi Péter [834:1dd3167db044]
	* src/hugo/path.h (modified)

	There is no runtime debug in path.h


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.


Sun, 12 Sep 2004 19:32:21 GMT Balazs Dezso [830:89dfa3bece81]
	* src/hugo/Makefile.am (modified)
	* src/hugo/array_map.h (modified)
	* src/hugo/map_iterator.h (modified)
	* src/hugo/sym_map_factory.h (deleted)
	* src/hugo/vector_map.h (modified)

	KeySet and ValueSet are inserted into the map structures.
	They makes ...


Thu, 09 Sep 2004 09:40:45 GMT Alpar Juttner [829:ef91373d37a8]
	* src/hugo/Makefile.am (modified)

	... and add the missing header files.


Thu, 09 Sep 2004 09:27:01 GMT Alpar Juttner [828:632bb520e64b]
	* src/hugo/Makefile.am (modified)

	- hugo/skeletons/path.h added.
	- Obsolete XYZ_map_factory.h's removed.


Thu, 09 Sep 2004 09:24:16 GMT Alpar Juttner [827:6433f69dfc6b]
	* src/hugo/list_graph.h (modified)

	Improve docs.


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.


Thu, 09 Sep 2004 07:09:41 GMT Alpar Juttner [825:738abd9d1262]
	* src/hugo/list_graph.h (modified)
	* src/test/test_tools.h (modified)

	Improved docs.


Thu, 09 Sep 2004 07:09:11 GMT Alpar Juttner [824:157115b5814a]
	* src/hugo/kruskal.h (modified)

	Shorter template parameter names to be more readable in Doxygen.


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 12:06:45 GMT Balazs Dezso [822:88226d9fe821]
	* src/hugo/array_map.h (added)
	* src/hugo/array_map_factory.h (deleted)
	* src/hugo/default_map.h (added)
	* src/hugo/default_map_factory.h (deleted)
	* src/hugo/full_graph.h (modified)
	* src/hugo/list_graph.h (modified)
	* src/hugo/map_defines.h (modified)
	* src/hugo/map_iterator.h (added)
	* src/hugo/map_registry.h (modified)
	* src/hugo/smart_graph.h (modified)
	* src/hugo/sym_map.h (added)
	* src/hugo/vector_map.h (added)
	* src/hugo/vector_map_factory.h (deleted)

	The MapFactories have been removed from the code because
	if we use ...


Wed, 08 Sep 2004 11:58:06 GMT Hegyi Péter [821:283a7fe3a00e]
	* src/hugo/debug.h (added)

	This is needed by path.h


Wed, 08 Sep 2004 11:49:09 GMT Hegyi Péter [819:3623e8dbce49]
	* src/hugo/path.h (added)

	path.h by Misi, committed by Peter. There is DirPath usw. in it.


Wed, 08 Sep 2004 11:48:24 GMT Hegyi Péter [818:2b687ca1a08b]
	* src/hugo/skeletons/path.h (modified)

	Getting compilable with path_test


Tue, 07 Sep 2004 15:17:15 GMT Balazs Dezso [817:3e30caeb9c00]
	* src/hugo/array_map_factory.h (modified)
	* src/hugo/vector_map_factory.h (modified)

	Some warining fix in maps.


Tue, 07 Sep 2004 15:14:29 GMT Alpar Juttner [816:a39579c35dd7]
	* src/hugo/Makefile.am (modified)

	default_map_factory.h was missing.


Tue, 07 Sep 2004 10:56:37 GMT Alpar Juttner [814:d2d747fe1db3]
	* doc/groups.dox (modified)
	* src/hugo/time_measure.h (modified)
	* src/hugo/xy.h (modified)

	Improve docs.


Tue, 07 Sep 2004 10:35:31 GMT Alpar Juttner [813:65144c52969c]
	* src/hugo/full_graph.h (modified)
	* src/hugo/list_graph.h (modified)
	* src/hugo/smart_graph.h (modified)

	- maxEdgeId() and maxNodeId() now works as their names suggest.
	- ...


Tue, 07 Sep 2004 07:09:53 GMT Alpar Juttner [812:182d3a4d7ddb]
	* src/hugo/kruskal.h (modified)

	Spell checking.


Mon, 06 Sep 2004 17:12:00 GMT Alpar Juttner [810:e9fbc747ca47]
	* src/hugo/Makefile.am (modified)
	* src/hugo/kruskal.h (added)
	* src/hugo/unionfind.h (modified)
	* src/test/Makefile.am (modified)
	* src/test/kruskal_test.cc (added)
	* src/work/johanna/kruskal.h (deleted)

	Kruskal alg. (src/hugo/kruskal.h, src/test/kruskal_test.cc) is ...


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.


Mon, 06 Sep 2004 08:22:48 GMT Alpar Juttner [805:59b8cb2cb2f8]
	* src/hugo/maps.h (modified)

	Changes in doc.


Mon, 06 Sep 2004 08:21:42 GMT Alpar Juttner [804:6874a72dbdc5]
	* src/hugo/vector_map_factory.h (modified)

	One more thing to do...


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:11:47 GMT Alpar Juttner [802:bc0c74eeb151]
	* src/hugo/bfs.h (modified)
	* src/hugo/dfs.h (modified)
	* src/hugo/dijkstra.h (modified)

	- Changes in doc
	- setGraph(...) finally removed from Dijkstra, Bfs ...


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 15:32:03 GMT Balazs Dezso [799:3393abe30678]
	* src/hugo/array_map_factory.h (modified)
	* src/hugo/default_map_factory.h (modified)
	* src/hugo/vector_map_factory.h (modified)




Fri, 03 Sep 2004 15:11:17 GMT Balazs Dezso [798:6d1abeb62dd3]
	* src/hugo/default_map_factory.h (added)
	* src/hugo/full_graph.h (modified)
	* src/hugo/list_graph.h (modified)
	* src/hugo/smart_graph.h (modified)
	* src/hugo/sym_map_factory.h (modified)
	* src/hugo/vector_map_factory.h (modified)




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:43:22 GMT Alpar Juttner [795:cfa6c2ea48e5]
	* src/hugo/Makefile.am (modified)

	Put a lot of missing header files to src/hugo/Makefile.am


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.


Thu, 02 Sep 2004 17:56:40 GMT marci [792:147eb3a58706]
	* src/hugo/graph_wrapper.h (modified)

	Nicer and more documented graph_wrapper.h file.
	These are only the ...


Thu, 02 Sep 2004 16:56:33 GMT marci [788:c3187cafcabf]
	* src/hugo/mincostflows.h (modified)
	* src/hugo/minlengthpaths.h (modified)
	* src/test/Makefile.am (modified)

	mincostflow_test is ok.


Thu, 02 Sep 2004 15:21:13 GMT Alpar Juttner [786:d7b3b13b9df6]
	* src/hugo/array_map_factory.h (modified)
	* src/hugo/map_registry.h (modified)
	* src/hugo/sym_map_factory.h (modified)
	* src/hugo/vector_map_factory.h (modified)

	Change 'Key' to 'KeyType' (possibly temporarily).


Thu, 02 Sep 2004 15:13:21 GMT Alpar Juttner [785:a9b0863c2265]
	* doc/groups.dox (modified)
	* src/hugo/array_map_factory.h (modified)
	* src/hugo/dijkstra.h (modified)
	* src/hugo/map_defines.h (modified)
	* src/hugo/map_registry.h (modified)
	* src/hugo/mincostflows.h (modified)
	* src/hugo/vector_map_factory.h (modified)

	Changes in doc. (New module name for array/vector maps added.)


Thu, 02 Sep 2004 11:20:49 GMT marci [784:a48964a87141]
	* src/hugo/dimacs.h (modified)
	* src/work/marci/graph_wrapper_time.cc (modified)

	dimacs.h


Thu, 02 Sep 2004 10:54:26 GMT Balazs Dezso [783:81bf2d766164]
	* src/hugo/array_map_factory.h (modified)
	* src/hugo/map_registry.h (modified)
	* src/test/graph_test.cc (modified)
	* src/work/deba/map_defines.h (modified)




Thu, 02 Sep 2004 10:07:30 GMT Balazs Dezso [782:df2e45e09652]
	* src/hugo/array_map_factory.h (added)
	* src/hugo/extended_pair.h (added)
	* src/hugo/full_graph.h (modified)
	* src/hugo/list_graph.h (modified)
	* src/hugo/map_defines.h (added)
	* src/hugo/map_registry.h (added)
	* src/hugo/smart_graph.h (modified)
	* src/hugo/sym_map_factory.h (added)
	* src/hugo/vector_map_factory.h (added)

	--This line, and those below, will be ignored--

	A    ...


Wed, 01 Sep 2004 15:37:36 GMT Alpar Juttner [781:d4d182ab75bd]
	* doc/Doxyfile (modified)
	* src/hugo/bfs.h (modified)
	* src/hugo/dfs.h (modified)

	Changes in the doc.


Wed, 01 Sep 2004 15:08:41 GMT Alpar Juttner [780:e06d0d16595f]
	* src/hugo/bfs.h (modified)
	* src/hugo/dfs.h (added)
	* src/hugo/dijkstra.h (modified)
	* src/test/Makefile.am (modified)
	* src/test/bfs_test.cc (modified)
	* src/test/dfs_test.cc (added)
	* src/test/dijkstra_test.cc (modified)

	- DFS class (bfs.h and bfs_test.cc) added
	- Bugfixes in Dijkstra and Bfs


Tue, 31 Aug 2004 17:59:33 GMT marci [778:08a1d1e3070d]
	* src/hugo/dimacs.h (modified)

	.


Tue, 31 Aug 2004 17:54:22 GMT marci [777:a82713ed19f3]
	* src/hugo/graph_wrapper.h (modified)
	* src/work/marci/augmenting_flow.h (modified)
	* src/work/marci/bfs_dfs.h (modified)
	* src/work/marci/bfsit_vs_byhand.cc (modified)
	* src/work/marci/graph_wrapper_time.cc (modified)
	* src/work/marci/iterator_bfs_demo.cc (modified)
	* src/work/marci/lg_vs_sg_vs_sg.cc (modified)
	* src/work/marci/max_flow_demo.cc (modified)

	graph_wrapper.h is ready for hugo 0.2


Tue, 31 Aug 2004 13:40:07 GMT Hegyi Péter [776:f2994a2b10b2]
	* src/hugo/bin_heap.h (modified)
	* src/hugo/dijkstra.h (modified)
	* src/hugo/mincostflows.h (modified)
	* src/hugo/minlengthpaths.h (modified)
	* src/test/dijkstra_heap_test.cc (modified)
	* src/test/dijkstra_test.cc (modified)

	minlengthpaths_test.cc is already hugo++ comform and is compilable


Tue, 31 Aug 2004 11:26:59 GMT marci [775:e46a1f0623a0]
	* src/hugo/graph_wrapper.h (modified)
	* src/work/marci/augmenting_flow.h (modified)
	* src/work/marci/makefile (modified)
	* src/work/marci/max_flow_demo.cc (modified)

	ResGraphWrapper<Graph> is done, so does dimacs.h.


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.


Wed, 25 Aug 2004 18:55:57 GMT marci [773:ce9438c5a82d]
	* src/hugo/max_flow.h (modified)
	* src/work/makefile (modified)
	* src/work/marci/bfsit_vs_byhand.cc (modified)
	* src/work/marci/graph_wrapper_time.cc (added)
	* src/work/marci/makefile (modified)

	bug fix, test...


Tue, 17 Aug 2004 10:24:19 GMT marci [761:58243a389464]
	* src/hugo/max_flow.h (modified)

	flowValue() is reset to deal with excess[t].


Thu, 05 Aug 2004 11:41:36 GMT Alpar Juttner [760:49d4fe04fbc0]
	* AUTHORS (modified)
	* COPYING (modified)
	* LICENSE (modified)
	* src/hugo/template.h (modified)

	Legal stuff, version 0.2.


Thu, 05 Aug 2004 11:40:02 GMT Alpar Juttner [759:2d2d41010cb9]
	* src/hugo/minlengthpaths.h (modified)

	New Doxygen module for path/flow algs.


Thu, 05 Aug 2004 11:38:26 GMT Alpar Juttner [758:49b1a30c4dc4]
	* doc/groups.dox (modified)
	* src/hugo/dijkstra.h (modified)
	* src/hugo/max_flow.h (modified)
	* src/hugo/mincostflows.h (modified)
	* src/work/johanna/kruskal.h (modified)

	New Doxygen module for path/flow algs.


Thu, 05 Aug 2004 08:53:09 GMT Alpar Juttner [757:8680351d0c28]
	* src/hugo/max_flow.h (modified)
	* src/work/jacint/max_flow_bug.cc (modified)
	* src/work/jacint/max_flow_test.cc (modified)

	resetXxx() changed to setXxx().