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).
2004-09-02 alpar Changes in doc. (New module name for array/vector maps added.)
2004-09-02 marci dimacs.h
2004-09-02 deba (none)
2004-09-02 deba --This line, and those below, will be ignored--
2004-09-01 alpar Changes in the doc.
2004-09-01 alpar - DFS class (bfs.h and bfs_test.cc) added
2004-09-01 marci correction
2004-08-31 marci .
2004-08-31 marci graph_wrapper.h is ready for hugo 0.2
2004-08-31 hegyi minlengthpaths_test.cc is already hugo++ comform and is compilable
2004-08-31 marci ResGraphWrapper<Graph> is done, so does dimacs.h.
2004-08-30 alpar Merge back the whole branches/hugo++ to trunk.
2004-08-25 marci bug fix, test...
2004-08-24 marci Demo directory...
2004-08-23 marci sg is moved sg is not...
2004-08-23 marci .
2004-08-23 marci .
2004-08-23 marci stGraphWrapper modifications
2004-08-19 alpar Revome an unnecessary (but still important) comment.
2004-08-19 alpar Add lp_solver_wrapper.h to work doxygen.
2004-08-19 alpar Add empty docs in order to make the functions and classes visible in
2004-08-17 marci An experimental LPSolverWrapper class which uses glpk. For a short
2004-08-17 marci lp_solver_wrapper stuff.
2004-08-17 marci technical corrections
2004-08-17 marci flowValue() is reset to deal with excess[t].
2004-08-05 alpar Legal stuff, version 0.2.
2004-08-05 alpar New Doxygen module for path/flow algs.
2004-08-05 alpar New Doxygen module for path/flow algs.
2004-08-05 alpar resetXxx() changed to setXxx().
2004-08-05 alpar - A summary of the implemented graph structures.
2004-08-04 alpar - 'KruskalPairVec' is changed to 'KruskalMapInput'.
2004-08-04 alpar Test icc compiler as well.
2004-08-04 alpar doc change - one more todo (saveState()).
2004-08-04 alpar doc change - one more todo.
2004-08-04 alpar - Trimmed in order to work with gcc-3.4
2004-08-04 alpar Bugfix in GRAPH_TYPEDEF_FACTORY
2004-07-30 jacint bug fixing
2004-07-29 marci (none)
2004-07-29 marci a bug test for preflow with preflow_bug_8 dimacs file
2006-11-05 marci (none)
2004-07-29 marci jacint javitgatott.
2004-07-27 alpar Some comments.
2004-07-27 alpar Bugfix + working example
2004-07-27 alpar - bfs-bench added
2004-07-27 alpar A very flexible bfs function using named parameters and impicit map types.
2004-07-27 alpar It is really obsolete, but containes interesting stuffs.
2004-07-24 marci GraphWrapper::id(const Node&), GraphWrapper::id(const Edge&) function,
2004-07-24 marci correction of some bugs pointed by alpar
2004-07-23 alpar Several changes in Kruskal alg.