ChangeLog
author klao
Sun, 20 Feb 2005 01:02:07 +0000
changeset 1158 29961fa390a3
parent 928 71dc900ee30f
child 1162 2f51fccbc261
permissions -rw-r--r--
Graph and UndirGraph concept modifications.

* For incidence iterators ({In,Out,Inc}EdgeIt) there is now baseNode and
runningNode functions in graph interface
* For Edge in undir graphs: Edge(UndirGraph const &, UndirEdge, Node)
constructor. Same for IncEdgeIt
* Edge(UndirEdge, bool) constructor is no more in the public interface. (But we
need it in the developpers interface).
     1 	* ValueType -> Value, KeyType -> Key, ReferenceType ->Reference,
     2 	  PointerType -> Pointer
     3 	* target() -> target(), source() -> source()
     4 	* Graph factory
     5 	* Right include paths in documentation
     6 	
     7 2004-09-30  Alpar Juttner  <alpar@cs.elte.hu>
     8 
     9 	* Version 0.2 released
    10