2006-07-17 athos MIP support added (by Jano, the Great).
2006-07-17 alpar Even better...
2006-07-17 athos Some documentation got changed.
2006-07-14 alpar reference to modules added
2006-07-14 alpar Minor comment added.
2006-07-14 alpar Some updates and restructuring
2006-07-14 alpar glemon is in a separate repository.
2006-07-14 deba Using fixed bipartite graph
2006-07-14 deba Bug fix in MinCostMaxBipartiteMatching
2006-07-12 alpar Must have been changed because of the private copy constructor.
2006-07-12 alpar ... and fix another one.
2006-07-12 alpar ... and fix a stupid bug.
2006-07-12 alpar (Hopefully) finish privatizing the copy constr. and operator= in
2006-07-12 ladanyi New, less general installation instructions.
2006-07-12 deba Resolving: Bug #51
2006-07-12 deba Resolving: Bug #52
2006-07-11 alpar - Disable the copy constructor and operator= of {List|Smart}[U]Graph.
2006-07-11 ladanyi Do not install the documentation if configure was called with --disable-doc.
2006-07-11 deba Renameing file: graph_component.h => graph_components.h
2006-07-11 ladanyi Removed references to the gui.
2006-07-11 alpar Use sed instead of rpl
2006-07-11 alpar Minor doc improvements
2006-07-11 hegyi README version one is added.
2006-07-10 deba Modifications in the Graph Component concepts
2006-07-05 alpar As we agreed, Node/Edge::operator<() is required by the concept
2006-07-04 ladanyi Distribute Makefiles.
2006-07-04 ladanyi Distribute Doxyfile.in and lemon.pc.in.
2006-07-04 alpar - Revised "Concepts" group documentation
2006-06-30 deba Revert splitted files
2006-06-30 deba Splitted graph files
2006-06-28 deba new snapshot
2006-06-28 deba Some modification in the documentation.
2006-06-28 deba Make explicit constructors
2006-06-28 deba Removing concepts for extendable and erasable graphs
2006-06-26 deba Smaller Simple Bucket Heap
2006-06-22 ladanyi Set svn:ignore property.
2006-06-22 ladanyi Single makefile.
2006-06-22 deba Added reserveNode function.
2006-06-21 ladanyi Set props.
2006-06-21 ladanyi Moved the po directory to glemon/trunk.
2006-06-21 ladanyi Moved the gui to glemon/trunk.
2006-06-21 ladanyi Exclude the gui from the build.
2006-06-20 athos Slight changes in doc.
2006-06-19 deba Improvement:
2006-06-06 deba Doc bug fix
2006-05-31 klao benchmark: radix_sort-bench was not compiled
2006-05-30 deba Bug fix in the list bipartite undirected graph
2006-05-21 ladanyi Gettext is needed for bootstrapping.
2006-05-18 deba Bug fix
2006-05-18 alpar Bugfix
2006-05-18 alpar Spellcheck
2006-05-18 deba Erasing some code from the examples
2006-05-18 deba Erasing unused parameter names
2006-05-18 deba Functor usage for writeable map adaptors
2006-05-17 alpar Docfix
2006-05-17 deba SimpleBucketHeap added
2006-05-17 alpar Fix Bug #45: Missing include
2006-05-16 deba DirUGraphAdaptor documentation
2006-05-16 alpar Polinomial template class
2006-05-15 deba Bug fix by Jano