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.
2004-09-16 alpar - GraphSkeleton renamed to ExtendableGraphSkeleton
2004-09-16 alpar Cross references turned off.
2004-09-16 marci (none)
2004-09-16 marci (none)
2004-09-16 marci more docs
2004-09-16 marci This is needed for the demo.
2004-09-16 marci Demo file for SubGraphWrapper<Graph>. Documentation will be added later.
2004-09-16 marci (none)
2004-09-16 marci Sorry, the name chosen was a mistake.
2004-09-16 marci (none)
2004-09-16 marci An edge-map which shows the tight edges w.r.t a potential and an edge-distance function.
2004-09-16 marci bug correction
2004-09-16 marci bug correction in SubGraphWrapper<Graph>::NodeIt::NodeIt(...)
2004-09-16 athos Completed documentation for mincostflows and minlengthpaths.
2004-09-15 klao Forgotten std::
2004-09-15 klao Handling strings with std::string
2004-09-15 jacint docs changes
2004-09-15 alpar - Modifications to compile with icc.