Fri, 03 Sep 2004 17:34:22 +0000 alpar Move general graph compilation tests to 'src/test/graph_test.h'.
Fri, 03 Sep 2004 15:32:03 +0000 deba (none)
Fri, 03 Sep 2004 15:11:17 +0000 deba (none)
Fri, 03 Sep 2004 14:26:03 +0000 alpar Skeleton for paths.
Fri, 03 Sep 2004 12:11:27 +0000 alpar INSTALL and COPYING are not generated files.
Fri, 03 Sep 2004 10:43:22 +0000 alpar Put a lot of missing header files to src/hugo/Makefile.am
Fri, 03 Sep 2004 10:28:21 +0000 alpar New doxygen module "skeletons" for the skeletons.
Fri, 03 Sep 2004 09:41:50 +0000 alpar - BFD/DFS/Dijkstra compile test is done with skeleton::GraphSkeleton graph
Thu, 02 Sep 2004 17:56:40 +0000 marci Nicer and more documented graph_wrapper.h file.
Thu, 02 Sep 2004 17:30:06 +0000 alpar Formatting: breaking long lines.
Thu, 02 Sep 2004 17:11:04 +0000 alpar - 'minlengpaths_test.cc' added.
Thu, 02 Sep 2004 16:59:30 +0000 marci .
Thu, 02 Sep 2004 16:56:33 +0000 marci mincostflow_test is ok.
Thu, 02 Sep 2004 15:30:50 +0000 alpar Tests for the existence of 'KeyType' and 'ValueType' in the graph maps.
Thu, 02 Sep 2004 15:21:13 +0000 alpar Change 'Key' to 'KeyType' (possibly temporarily).
Thu, 02 Sep 2004 15:13:21 +0000 alpar Changes in doc. (New module name for array/vector maps added.)
Thu, 02 Sep 2004 11:20:49 +0000 marci dimacs.h
Thu, 02 Sep 2004 10:54:26 +0000 deba (none)
Thu, 02 Sep 2004 10:07:30 +0000 deba --This line, and those below, will be ignored--
Wed, 01 Sep 2004 15:37:36 +0000 alpar Changes in the doc.
Wed, 01 Sep 2004 15:08:41 +0000 alpar - DFS class (bfs.h and bfs_test.cc) added
Wed, 01 Sep 2004 09:04:07 +0000 marci correction
Tue, 31 Aug 2004 17:59:33 +0000 marci .
Tue, 31 Aug 2004 17:54:22 +0000 marci graph_wrapper.h is ready for hugo 0.2
Tue, 31 Aug 2004 13:40:07 +0000 hegyi minlengthpaths_test.cc is already hugo++ comform and is compilable
Tue, 31 Aug 2004 11:26:59 +0000 marci ResGraphWrapper<Graph> is done, so does dimacs.h.
Mon, 30 Aug 2004 12:01:47 +0000 alpar Merge back the whole branches/hugo++ to trunk.
Wed, 25 Aug 2004 18:55:57 +0000 marci bug fix, test...
Tue, 24 Aug 2004 09:50:33 +0000 marci Demo directory...
Mon, 23 Aug 2004 11:44:36 +0000 marci sg is moved sg is not...
Mon, 23 Aug 2004 11:28:26 +0000 marci .
Mon, 23 Aug 2004 11:26:09 +0000 marci .
Mon, 23 Aug 2004 11:06:00 +0000 marci stGraphWrapper modifications
Thu, 19 Aug 2004 11:34:48 +0000 alpar Revome an unnecessary (but still important) comment.
Thu, 19 Aug 2004 11:33:06 +0000 alpar Add lp_solver_wrapper.h to work doxygen.
Thu, 19 Aug 2004 11:31:40 +0000 alpar Add empty docs in order to make the functions and classes visible in
Tue, 17 Aug 2004 13:20:46 +0000 marci An experimental LPSolverWrapper class which uses glpk. For a short
Tue, 17 Aug 2004 13:05:59 +0000 marci lp_solver_wrapper stuff.
Tue, 17 Aug 2004 11:20:16 +0000 marci technical corrections
Tue, 17 Aug 2004 10:24:19 +0000 marci flowValue() is reset to deal with excess[t].
Thu, 05 Aug 2004 11:41:36 +0000 alpar Legal stuff, version 0.2.
Thu, 05 Aug 2004 11:40:02 +0000 alpar New Doxygen module for path/flow algs.
Thu, 05 Aug 2004 11:38:26 +0000 alpar New Doxygen module for path/flow algs.
Thu, 05 Aug 2004 08:53:09 +0000 alpar resetXxx() changed to setXxx().
Thu, 05 Aug 2004 07:57:20 +0000 alpar - A summary of the implemented graph structures.
Wed, 04 Aug 2004 19:04:42 +0000 alpar - 'KruskalPairVec' is changed to 'KruskalMapInput'.
Wed, 04 Aug 2004 18:56:12 +0000 alpar Test icc compiler as well.
Wed, 04 Aug 2004 18:55:24 +0000 alpar doc change - one more todo (saveState()).
Wed, 04 Aug 2004 18:54:17 +0000 alpar doc change - one more todo.
Wed, 04 Aug 2004 18:51:51 +0000 alpar - Trimmed in order to work with gcc-3.4
Wed, 04 Aug 2004 18:43:51 +0000 alpar Bugfix in GRAPH_TYPEDEF_FACTORY
Fri, 30 Jul 2004 10:24:05 +0000 jacint bug fixing
Thu, 29 Jul 2004 17:23:55 +0000 marci (none)
Thu, 29 Jul 2004 17:20:51 +0000 marci a bug test for preflow with preflow_bug_8 dimacs file
Sun, 05 Nov 2006 00:39:31 +0000 marci (none)
Thu, 29 Jul 2004 17:18:49 +0000 marci jacint javitgatott.
Tue, 27 Jul 2004 19:08:23 +0000 alpar Some comments.
Tue, 27 Jul 2004 18:56:10 +0000 alpar Bugfix + working example
Tue, 27 Jul 2004 16:09:42 +0000 alpar - bfs-bench added
Tue, 27 Jul 2004 16:04:21 +0000 alpar A very flexible bfs function using named parameters and impicit map types.