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
2004-09-23 alpar I forgot to apply
2004-09-23 alpar Copyright header added.
2004-09-23 alpar Some code cleaning in id related stuffs
2004-09-22 alpar Do not document registry and map defines.
2004-09-22 alpar Some commenticide was applied.
2004-09-22 marci correction to 0.2
2004-09-22 marci correction of HUGO_... preproc defines.
2004-09-22 alpar 'iff' changed to 'if and only if'
2004-09-22 alpar Classes (and corresponting file names) renamed:
2004-09-22 alpar Oops. I forgot to commit this at -r1204.
2004-09-22 deba The default constructors are removed from the maps.
2004-09-22 alpar - mincostflows.h renamed to min_cost_flows.h
2004-09-22 alpar Minor correction to (preflow_graph.inp -> preflow_graph.dim)
2004-09-21 marci todo for real comparison
2004-09-21 marci Dox readable more even.
2004-09-21 marci graph_wrappers now pass the tests.
2004-09-20 deba template<typename CMap> Map(const CMap&) like constructors and
2004-09-20 marci Specialized ConstMap for defining constant maps at compile time, by klao.
2004-09-20 marci EXAMPLE_PATH is set to the demo dir.
2004-09-20 marci (none)
2004-09-20 jacint new test graph
2004-09-20 jacint (none)
2004-09-19 klao Kruskal cleanup:
2004-09-19 klao Somebody forgot to remove these.
2004-09-19 alpar Put away debug.h and error.h temporarily.
2004-09-19 alpar This was forgotten to add from the previous commit.
2004-09-19 alpar Right (but still too short) documentation of the namespaces.
2004-09-17 alpar - Name changing: XYZGraphSkeleton -> XYZGraph
2004-09-17 alpar An alert added to doc.
2004-09-17 alpar Graph wrapper tests added.
2004-09-17 deba Fix maps in the GraphWrappers.
2004-09-16 alpar Go back to -r1169 in order to be able to compile minlengthpath_test.cc
2004-09-16 ladanyi Changed to conform to the new iterator style.
2004-09-16 alpar Document the file itself.