Olena a écrit :
#142: Add iterators on graphs
-----------------------+----------------------------------------------------
Reporter: levill_r | Owner: lazzara
Type: task | Status: closed
Priority: major | Milestone: Olena 1.0
Component: Milena | Version: 1.0
Resolution: fixed | Keywords:
-----------------------+----------------------------------------------------
Changes (by lazzara):
* status: new => closed
* resolution: => fixed
Comment:
There are now 5 types of iterators:
* iterator on vertices (forward, backward)
* iterator on edges (forward, backward)
* iterator on the adjacent edges of a vertex (forward, backward)
* iterator on the adjacent vertices of a vertex (forward, backward)
* iterator on the adjacent edges of an edge (forward, backward)
Excellent! Great job.