2005-11-04 deba Images for grid_graph_demo
2005-11-04 deba Added doc to demos.
2005-11-04 deba UnsupportedException on erase with Snapshot
2005-11-04 alpar Bugfix
2005-11-04 alpar SnapShot -> Snapshot
2005-11-04 alpar (Dual)Expr::simplify(double tolerance) added
2005-11-04 alpar SnapShot -> Snapshot
2005-11-04 deba Removed todo
2005-11-04 deba Removing findEdge
2005-11-04 deba Changed name
2005-11-04 alpar Tons of todos have been removed.
2005-11-04 deba Removing todos
2005-11-04 deba Images for topology
2005-11-04 deba pred => predEdge rename
2005-11-04 jacint throwing an exception if s=t
2005-11-04 deba Hiding :) todos
2005-11-04 klao concept/graph.h: graphs defined by using components (_*Graph) need no
2005-11-04 deba Increment and decrement operator for IterableIntMap::Reference
2005-11-04 deba Doc fix
2005-11-02 alpar Spellcheck
2005-11-02 alpar GRAPH_TYPEDEFS and UNDIRGRAPH_TYPEDEFS macros added to graph_utils.h.
2005-11-02 deba Make constructor explicit
2005-11-02 deba Documentation modified
2005-11-02 deba Some change on the clear
2005-11-02 deba IterableIntMap
2005-11-02 deba Swap col and row map
2005-11-02 deba Connected components, etc...
2005-11-02 deba Visitor interface for the dfs algorithm.
2005-11-02 klao small svn:ignore fixups
2005-10-28 deba Faster implementation
2005-10-28 deba If the file does not exist LemonReader throws exception
2005-10-26 deba Upgrading tests
2005-10-26 deba Removing old input/output functions
2005-10-26 deba Filename can be given as std::string
2005-10-26 deba Show description of the file
2005-10-26 deba Some modifications on shortest path algoritms:
2005-10-24 deba Bug fix in connectedComponents
2005-10-24 alpar Computing the number of the connected components and the components themselves.
2005-10-24 alpar Euler tour iterator.
2005-10-24 hegyi Newly created map is realized by the property givening by common sense.
2005-10-24 alpar Doxyfile for documenting glemon's architecture.
2005-10-24 alpar New version of XML reader/writer.
2005-10-24 alpar - dijkstraZero() added. (Until we conclude how to handle the related problem.)
2005-10-21 hegyi MapSelector widget is able to pop up NewMap window. At the moment I hope MapSelector widget is done.
2005-10-21 deba Bugfix
2005-10-20 hegyi Mapselector widget reached its first release, but there are still work to do on it, I know...
2005-10-17 deba Minor changes and bugfixes
2005-10-17 deba Removing signal/commit Change from alteration notifier
2005-10-14 deba Updating tests
2005-10-14 deba Doc and changing heap
2005-10-14 deba Doc bugfix
2005-10-14 deba Using proper return type
2005-10-14 deba Heap not for the dijkstra
2005-10-14 deba Really short description of these shortest path algorithms
2005-10-14 ladanyi bugfix (affected x86_64 only)
2005-10-14 deba Named parameter for heap and cross ref
2005-10-14 deba Matrixmaps moved to own file
2005-10-14 deba Traits moved to own file
2005-10-14 deba Extending observer interface
2005-10-14 deba Added clear function to heaps and concept