2004-11-08 alpar Several changes in doc.
2004-11-08 ladanyi Added an init method to the controller, and started writing a second controller.
2004-11-08 ladanyi Moved the includes to simann.h.
2004-11-05 alpar Doc improvements
2004-11-05 ladanyi Updated the makefile.
2004-11-05 klao Undirect graph implementation.
2004-11-04 klao * Somewhat less redundant and a bit more correct graph concepts.
2004-11-04 ladanyi Renamed simann_test.cc to simann_demo.cc.
2004-11-04 klao skeleton(s) -> concept renaming
2004-11-04 ladanyi Updated because of the recent changes in simann.h.
2004-11-04 ladanyi Now the controller asks SimAnnBase for the various costs.
2004-11-04 ladanyi Added the SimpleController class, and removed the first version of SimAnn in favour of the second.
2004-11-02 alpar Improve docs.
2004-11-01 alpar Improved docs.
2004-11-01 alpar - Named parameters and traits for Dijkstra
2004-11-01 alpar Traits + Named Parameters version
2004-10-30 alpar - SmallGraph is also a class instead of being a typedef.
2004-10-30 alpar - Changes in doc (spell check).
2004-10-30 alpar ListGraph compilation bug fixed.
2004-10-30 alpar - moveHead() and moveTail() added. Not tested.
2004-10-29 alpar A new doxygen group added for graph utilities.
2004-10-27 klao The graph_factory branch (@ 1321) has been merged to trunk.
2004-10-25 alpar Modify to compile with ++-style iterators.
2004-10-16 marci It's time to design an iterable generic bfs
2004-10-13 beckerjc Bugfix. (removed forgotten "using namespace std")
2004-10-11 ladanyi Naming and coding style fixes and various other changes.
2004-10-08 marci Suurballe and MinCostFlow classes are now able to increase the flow 1 by 1 with
2004-10-07 marci Coding style.
2004-10-07 alpar - Change version 0.2 -> 0.3
2004-10-05 alpar Many of ckeckCompileXYZ()'s are now in the corresponding skeleton headers.
2004-10-04 deba Revert backport changes -r1230.
2004-10-04 klao Some old comments
2004-10-04 klao * Beautifying Makefile.am
2004-10-04 ladanyi Added 'src/demo/Makefile.am'.
2004-10-01 marci NodeSubGraphWrapper, test, and ducumentation modifications.
2004-10-01 marci New EdgeSubGraphWrapper class specializing SubGraphWrapper in the way that only the edge-set can be filtered.
2004-09-30 marci SubGraphWrapper code example, converter from dimacs to graphviz dot file.
2004-09-30 marci documentation os SubGraphWrapper with code example.
2004-09-30 marci mv after 0.2
2004-09-30 alpar Version 0.2 released. lemon-0.2
2004-09-30 ladanyi minor correction
2004-09-30 alpar Cosmetic changes.
2004-09-30 alpar Use latin-1 encoding.
2004-09-30 alpar - Add myself
2004-09-29 marci more docs
2004-09-29 klao hugo -> lemon renaming leftovers
2004-09-29 alpar hugo -> lemon
2004-09-29 jacint some changes in the doc to make things clearer
2004-09-29 alpar - Backport -r1227 and -r1220
2004-09-29 ladanyi Initial revision.
2004-09-28 marci merge_node_graph_wrapper::nodemap
2004-09-28 deba Fix InEdgeIt and OutEdgeIt in the symmetric graphs.
2004-09-28 marci beginning of a modular, generic merge_graph_wrapper...
2004-09-28 klao Bugfix. (unionfind segfaulted when compiled with icc)
2004-09-28 klao mrproper rule bug
2004-09-28 marci meself
2004-09-28 alpar Fix many doxygen command bugs.
2004-09-27 marci minor corrections
2004-09-26 deba New symmetric Graph concept.
2004-09-24 jacint added myself