Change semantics of Graph.vertex() and Graph.add_edge()
This adds an "add_missing" option to allow the automatic addition of vertices if they do not exist in the graph. This also changes the parameter "new" in Graph.edge() to "add_missing".
Showing
Please register or sign in to comment