Index: libs/graph/doc/quick_tour.html =================================================================== --- libs/graph/doc/quick_tour.html (revision 55997) +++ libs/graph/doc/quick_tour.html (working copy) @@ -210,8 +210,7 @@ The output is:
-  edges(g) = (0,1) (0,2) (0,3) (0,4) (2,0) (2,4) (3,0)
-    (3,1) (3,4) (4,0) (4,1)
+  edges(g) = (0,1) (0,3) (2,0) (3,2) (2,4) (1,3) (3,4)
 

 

The Adjacency Structure