2004-07-20 alpar src/becnhmark gets in the distro.
2004-07-20 alpar Some tools of common usage was put to bench_tool.h
2004-07-20 alpar Put some "static"'s.
2004-07-19 alpar docfix
2004-07-19 alpar A new benchmark (hcube)
2004-07-19 alpar Warning fixation.
2004-07-19 alpar Temporal change: public Edge constructor with given ID.
2004-07-15 alpar Unnecessary friend declaration removed.
2004-07-15 ladanyi Added new make target 'benchmark'.
2004-07-15 deba (none)
2004-07-14 deba (none)
2004-07-14 deba (none)
2004-07-14 deba *** empty log message ***
2004-07-13 alpar Benchmarks
2004-07-09 deba (none)
2004-07-06 alpar Capitalized section title.
2004-07-06 alpar Example in the doc is corrected.
2004-07-06 alpar - Bugfix in erase()
2004-07-06 alpar I moved run() into the body of class Dijkstra, because Doxygen handles
2004-07-06 alpar Fix some typos in docs.
2004-07-06 alpar Extended tutorial.
2004-07-05 hegyi t/bin/bash: line 1: q: command not found
2004-07-05 hegyi (none)
2004-06-30 alpar I think I deserved it...
2004-06-30 alpar - Now, it is possible to have Dijkstra store its result directly in given maps.
2004-06-18 klao Legal files. Proposal.
2004-06-16 alpar src/work/alpar/path.h (docs) is merged into src/work/klao/path.h
2004-06-15 alpar Doc updates
2004-06-15 alpar Branch from path.h to extend its documentation.
2004-06-14 alpar doc
2004-06-14 alpar doc
2004-06-14 alpar Nothing
2004-06-14 alpar Improved (but still not satisfactory) doc.
2004-06-14 alpar Small improvement on doc
2004-06-14 alpar New group for kruskal
2004-06-08 hegyi NetGraphs v0
2004-06-08 alpar c++ setting for emacs
2004-06-04 klao My notes.
2004-06-04 deba (none)
2004-06-02 athos Restored common makefile.
2004-06-02 athos Seems to work. More tests required.
2004-06-01 athos Compiles now
2004-06-01 alpar Spell checking / indenting only.
2004-05-30 beckerjc New nice icons.
2004-05-30 klao These will be customized icons for the doxygen tree view.
2004-05-28 alpar *** empty log message ***
2004-05-28 ladanyi Added a short tutorial on using graphs.
2004-05-27 ladanyi Added 'src/test/.deps' to the svn:ignore property.
2004-05-27 ladanyi Set svn:ignore on some files.
2004-05-27 ladanyi Added mrproper target.
2004-05-25 athos Almost compiles.
2004-05-25 athos Corrected some obvious errors.
2004-05-25 marci ResCap, a map for the residual capacity in ResGraphWrapper
2004-05-25 athos Almost ready.
2004-05-24 marci ResGraphWrapper pretected default constructor
2004-05-24 athos Not ready yet.
2004-05-21 marci max_flow.h bug correction
2004-05-21 marci bug correction in BidirGraphWrapper<Graph> default constructor
2004-05-21 marci The new for macros are: h_for, h_for_inc, h_for_glob, h_for_inc_glob.
2004-05-21 marci misc