src/test/graph_test.cc
Sun, 28 Nov 2004 16:30:10 +0000 UndirGraph implementation nearly complete
Sat, 13 Nov 2004 21:37:54 +0000 XyzConcept moved to Xyz::Constraints
Thu, 11 Nov 2004 09:31:55 +0000 maxNodeId() and maxEdgeId() changed to maxId(Node) and maxId(Edge)
Thu, 04 Nov 2004 20:24:59 +0000 skeleton(s) -> concept renaming
Wed, 27 Oct 2004 22:38:50 +0000 The graph_factory branch (@ 1321) has been merged to trunk.
Tue, 05 Oct 2004 09:41:05 +0000 Many of ckeckCompileXYZ()'s are now in the corresponding skeleton headers.
Mon, 04 Oct 2004 17:13:21 +0000 Revert backport changes -r1230.
Wed, 29 Sep 2004 15:30:04 +0000 hugo -> lemon
Wed, 29 Sep 2004 14:02:14 +0000 - Backport -r1227 and -r1220
Sun, 26 Sep 2004 21:43:38 +0000 New symmetric Graph concept.
Thu, 23 Sep 2004 15:05:20 +0000 Copyright header added.
Fri, 17 Sep 2004 15:51:50 +0000 - Name changing: XYZGraphSkeleton -> XYZGraph
Thu, 16 Sep 2004 19:23:41 +0000 - GraphSkeleton renamed to ExtendableGraphSkeleton
Thu, 09 Sep 2004 09:18:41 +0000 Spell checking (Ereasable ->Erasable), affected also the code.
Fri, 03 Sep 2004 17:34:22 +0000 Move general graph compilation tests to 'src/test/graph_test.h'.
Fri, 03 Sep 2004 09:41:50 +0000 - BFD/DFS/Dijkstra compile test is done with skeleton::GraphSkeleton graph
Thu, 02 Sep 2004 15:30:50 +0000 Tests for the existence of 'KeyType' and 'ValueType' in the graph maps.
Thu, 02 Sep 2004 10:54:26 +0000 (none)
Mon, 30 Aug 2004 12:01:47 +0000 Merge back the whole branches/hugo++ to trunk.
Thu, 22 Jul 2004 20:06:40 +0000 Check StaticGraphSkeleton, as well.
Wed, 21 Jul 2004 07:01:14 +0000 Test EdgeSet/NodeSet as well.
Sun, 09 May 2004 16:29:53 +0000 The file src/work/alpar/fullgraph.h renamed and moved to src/hugo/full_graph.h.
Fri, 07 May 2004 15:58:45 +0000 EdgeSet is more or less working.
Fri, 07 May 2004 13:27:16 +0000 src/work/alpar/list_graph.h moved to /src/hugo.
Fri, 07 May 2004 06:57:50 +0000 time_measure.cc was renamed to time_measure_test.cc
Fri, 07 May 2004 05:29:45 +0000 skeleton tests turned on again.
Thu, 06 May 2004 15:14:13 +0000 Some tests must have been commented out temporarily.
Thu, 06 May 2004 13:48:04 +0000 Set up automake environment.
Mon, 03 May 2004 17:06:38 +0000 To be compatible with gcc-3.4.0 ...
Mon, 03 May 2004 08:13:41 +0000 One more test case with minor importance.
Mon, 03 May 2004 07:27:29 +0000 test/graph_test.cc added.