Fri, 03 Sep 2004 15:32:03 +0000(none)
deba [Fri, 03 Sep 2004 15:32:03 +0000] rev 799
(none)

Fri, 03 Sep 2004 15:11:17 +0000(none)
deba [Fri, 03 Sep 2004 15:11:17 +0000] rev 798
(none)

Fri, 03 Sep 2004 14:26:03 +0000Skeleton for paths.
alpar [Fri, 03 Sep 2004 14:26:03 +0000] rev 797
Skeleton for paths.

Fri, 03 Sep 2004 12:11:27 +0000INSTALL and COPYING are not generated files.
alpar [Fri, 03 Sep 2004 12:11:27 +0000] rev 796
INSTALL and COPYING are not generated files.

Fri, 03 Sep 2004 10:43:22 +0000Put a lot of missing header files to src/hugo/Makefile.am
alpar [Fri, 03 Sep 2004 10:43:22 +0000] rev 795
Put a lot of missing header files to src/hugo/Makefile.am

Fri, 03 Sep 2004 10:28:21 +0000New doxygen module "skeletons" for the skeletons.
alpar [Fri, 03 Sep 2004 10:28:21 +0000] rev 794
New doxygen module "skeletons" for the skeletons.

Fri, 03 Sep 2004 09:41:50 +0000- BFD/DFS/Dijkstra compile test is done with skeleton::GraphSkeleton graph
alpar [Fri, 03 Sep 2004 09:41:50 +0000] rev 793
- BFD/DFS/Dijkstra compile test is done with skeleton::GraphSkeleton graph
and skeleton::ReadMap.
- 'skeleton::' is explicitely written instead of 'using namespace ...'
in graph_test.cc
- Output messages of type "makeRep(3)..." in unionfind_test.cc have been
changed in order not to confuse compiler output parsers.

Thu, 02 Sep 2004 17:56:40 +0000Nicer and more documented graph_wrapper.h file.
marci [Thu, 02 Sep 2004 17:56:40 +0000] rev 792
Nicer and more documented graph_wrapper.h file.
These are only the first steps for making this file more beautiful.

Thu, 02 Sep 2004 17:30:06 +0000Formatting: breaking long lines.
alpar [Thu, 02 Sep 2004 17:30:06 +0000] rev 791
Formatting: breaking long lines.

Thu, 02 Sep 2004 17:11:04 +0000- 'minlengpaths_test.cc' added.
alpar [Thu, 02 Sep 2004 17:11:04 +0000] rev 790
- 'minlengpaths_test.cc' added.
- Path tests in 'minlengpaths_test.cc' are swithced out.

Thu, 02 Sep 2004 16:59:30 +0000.
marci [Thu, 02 Sep 2004 16:59:30 +0000] rev 789
.

Thu, 02 Sep 2004 16:56:33 +0000mincostflow_test is ok.
marci [Thu, 02 Sep 2004 16:56:33 +0000] rev 788
mincostflow_test is ok.

Thu, 02 Sep 2004 15:30:50 +0000Tests for the existence of 'KeyType' and 'ValueType' in the graph maps.
alpar [Thu, 02 Sep 2004 15:30:50 +0000] rev 787
Tests for the existence of 'KeyType' and 'ValueType' in the graph maps.

Thu, 02 Sep 2004 15:21:13 +0000Change 'Key' to 'KeyType' (possibly temporarily).
alpar [Thu, 02 Sep 2004 15:21:13 +0000] rev 786
Change 'Key' to 'KeyType' (possibly temporarily).

Thu, 02 Sep 2004 15:13:21 +0000Changes in doc. (New module name for array/vector maps added.)
alpar [Thu, 02 Sep 2004 15:13:21 +0000] rev 785
Changes in doc. (New module name for array/vector maps added.)

Thu, 02 Sep 2004 11:20:49 +0000dimacs.h
marci [Thu, 02 Sep 2004 11:20:49 +0000] rev 784
dimacs.h

Thu, 02 Sep 2004 10:54:26 +0000(none)
deba [Thu, 02 Sep 2004 10:54:26 +0000] rev 783
(none)

Thu, 02 Sep 2004 10:07:30 +0000--This line, and those below, will be ignored--
deba [Thu, 02 Sep 2004 10:07:30 +0000] rev 782
--This line, and those below, will be ignored--

A hugo/sym_map_factory.h
M hugo/list_graph.h
A hugo/array_map_factory.h
A hugo/map_registry.h
M hugo/smart_graph.h
A hugo/map_defines.h
A hugo/extended_pair.h
M hugo/full_graph.h
A hugo/vector_map_factory.h

Wed, 01 Sep 2004 15:37:36 +0000Changes in the doc.
alpar [Wed, 01 Sep 2004 15:37:36 +0000] rev 781
Changes in the doc.

Wed, 01 Sep 2004 15:08:41 +0000- DFS class (bfs.h and bfs_test.cc) added
alpar [Wed, 01 Sep 2004 15:08:41 +0000] rev 780
- DFS class (bfs.h and bfs_test.cc) added
- Bugfixes in Dijkstra and Bfs

Wed, 01 Sep 2004 09:04:07 +0000correction
marci [Wed, 01 Sep 2004 09:04:07 +0000] rev 779
correction

Tue, 31 Aug 2004 17:59:33 +0000.
marci [Tue, 31 Aug 2004 17:59:33 +0000] rev 778
.

Tue, 31 Aug 2004 17:54:22 +0000graph_wrapper.h is ready for hugo 0.2
marci [Tue, 31 Aug 2004 17:54:22 +0000] rev 777
graph_wrapper.h is ready for hugo 0.2

Tue, 31 Aug 2004 13:40:07 +0000minlengthpaths_test.cc is already hugo++ comform and is compilable
hegyi [Tue, 31 Aug 2004 13:40:07 +0000] rev 776
minlengthpaths_test.cc is already hugo++ comform and is compilable

Tue, 31 Aug 2004 11:26:59 +0000ResGraphWrapper<Graph> is done, so does dimacs.h.
marci [Tue, 31 Aug 2004 11:26:59 +0000] rev 775
ResGraphWrapper<Graph> is done, so does dimacs.h.

Mon, 30 Aug 2004 12:01:47 +0000Merge back the whole branches/hugo++ to trunk.
alpar [Mon, 30 Aug 2004 12:01:47 +0000] rev 774
Merge back the whole branches/hugo++ to trunk.

Wed, 25 Aug 2004 18:55:57 +0000bug fix, test...
marci [Wed, 25 Aug 2004 18:55:57 +0000] rev 773
bug fix, test...

Tue, 24 Aug 2004 09:50:33 +0000Demo directory...
marci [Tue, 24 Aug 2004 09:50:33 +0000] rev 772
Demo directory...