2004-09-14 ladanyi 'make distcheck' works again\!
2004-09-13 deba Bug fix in the symmetric maps.
2004-09-13 alpar Minor corrections. "make distclean" still doesn't work.
2004-09-13 alpar Fix a DANGEROUS bug.
2004-09-13 alpar Change the compilation order.
2004-09-13 alpar Change MaxFlow to Preflow.
2004-09-13 alpar Remove unnecessary include headers.
2004-09-13 marci (none)
2004-09-13 hegyi Reserve is resolved.
2004-09-13 jacint preflow last changes
2004-09-13 alpar Remove one remaining range checking.
2004-09-13 hegyi There is no runtime debug in path.h
2004-09-13 jacint preflow test
2004-09-12 hegyi Eliminating redundant lines.
2004-09-12 hegyi The first version of new path test program. The old became old_path_test.
2004-09-12 deba KeySet and ValueSet are inserted into the map structures.
2004-09-09 alpar ... and add the missing header files.
2004-09-09 alpar - hugo/skeletons/path.h added.
2004-09-09 alpar Improve docs.
2004-09-09 alpar Spell checking (Ereasable ->Erasable), affected also the code.
2004-09-09 alpar Improved docs.
2004-09-09 alpar Shorter template parameter names to be more readable in Doxygen.
2004-09-08 hegyi There was a little troublie with the true return statement
2004-09-08 deba The MapFactories have been removed from the code because
2004-09-08 hegyi This is needed by path.h
2004-09-08 hegyi path_test is getting under construction
2004-09-08 hegyi path.h by Misi, committed by Peter. There is DirPath usw. in it.
2004-09-08 hegyi Getting compilable with path_test
2004-09-07 deba Some warining fix in maps.
2004-09-07 alpar default_map_factory.h was missing.
2004-09-07 hegyi (none)
2004-09-07 alpar Improve docs.
2004-09-07 alpar - maxEdgeId() and maxNodeId() now works as their names suggest.
2004-09-07 alpar Spell checking.
2004-09-06 alpar Minor change (STL naming conv. differs from our).
2004-09-06 alpar Kruskal alg. (src/hugo/kruskal.h, src/test/kruskal_test.cc) is (almost) done.
2004-09-06 alpar Spell checking.
2004-09-06 alpar Bug: This file must be updated.
2004-09-06 alpar Correction in doc: skeleton/path.h has been moved to the 'skeletons' module.
2004-09-06 alpar Minor changes in doc.
2004-09-06 alpar Changes in doc.
2004-09-06 alpar One more thing to do...
2004-09-05 alpar - Clarified Path skeleton.
2004-09-05 alpar - Changes in doc
2004-09-05 alpar - Changes in doc
2004-09-03 alpar Move general graph compilation tests to 'src/test/graph_test.h'.
2004-09-03 deba (none)
2004-09-03 deba (none)
2004-09-03 alpar Skeleton for paths.
2004-09-03 alpar INSTALL and COPYING are not generated files.
2004-09-03 alpar Put a lot of missing header files to src/hugo/Makefile.am
2004-09-03 alpar New doxygen module "skeletons" for the skeletons.
2004-09-03 alpar - BFD/DFS/Dijkstra compile test is done with skeleton::GraphSkeleton graph
2004-09-02 marci Nicer and more documented graph_wrapper.h file.
2004-09-02 alpar Formatting: breaking long lines.
2004-09-02 alpar - 'minlengpaths_test.cc' added.
2004-09-02 marci .
2004-09-02 marci mincostflow_test is ok.
2004-09-02 alpar Tests for the existence of 'KeyType' and 'ValueType' in the graph maps.
2004-09-02 alpar Change 'Key' to 'KeyType' (possibly temporarily).