2004-11-17 alpar Named parameter tests
2004-11-17 ladanyi Some comments and minor additions to the AdvancedController.
2004-11-17 ladanyi Added a second SimAnn with the other controller.
2004-11-16 marci ErasingFirstGraphWrapper
2004-11-15 marci RevGraphWrapper modified according to the factory
2004-11-15 alpar Ops...
2004-11-15 alpar Unified style hyperlinks in the doc.
2004-11-15 alpar Matrix interface running time test...
2004-11-15 klao error.h brought back to life
2004-11-15 marci GraphWrapper changes for factory
2004-11-14 alpar - Move template.h to doc/.
2004-11-14 alpar An 'unused variable' warning when compiled with gcc-3.2.2 is removed
2004-11-13 deba XyzConcept moved to Xyz::Constraints
2004-11-13 alpar Revome an obsolete #include line.
2004-11-13 alpar Naming changes:
2004-11-13 alpar Naming changes:
2004-11-13 alpar Bugfixes in UndirFullGraphBase
2004-11-11 deba Copy-Paste bug fix.
2004-11-11 deba UndirFullGraphBase is added
2004-11-11 deba mappable_graph_extender.h erased
2004-11-11 deba maxUndirEdgeId modified to maxId(UndirEdge)
2004-11-11 deba maxNodeId() and maxEdgeId() changed to maxId(Node) and maxId(Edge)
2004-11-10 klao "make check" pass under icc v8.0
2004-11-10 klao "make check" pass under gcc-3.4.3
2004-11-10 klao * enable_if imported from BOOST
2004-11-10 klao A demonstration how to use _optional_ boolean tags.
2004-11-10 marci for better compatibility with gcc-3.4
2004-11-10 alpar Changes in doc.
2004-11-09 alpar - Add makeSnapshot()/rollBack() functionality
2004-11-09 alpar A graph reader interface proposal
2004-11-08 klao remove an annoying warning
2004-11-08 marci partial graph_wrapper changes with graph_factory
2004-11-08 alpar findEdge() declaration went to the right place (for the sake of Doxygen.)
2004-11-08 alpar Several changes in doc.
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.