Imported Upstream version 1.57.0
[platform/upstream/boost.git] / libs / graph / example / matching_example.cpp
index 704f1df..de39f57 100644 (file)
@@ -44,6 +44,7 @@ int main()
   // our vertices are stored in a vector, so we can refer to vertices
   // by integers in the range 0..15
 
+  add_edge(1,2,g);
   add_edge(0,4,g);
   add_edge(1,5,g);
   add_edge(2,6,g);