Allow for direct creation of undirected graphs
The following is now possible: g = Graph(directed=False) Instead of the only way previously: g = Graph() g.set_directed(False)
Please register or sign in to comment
The following is now possible: g = Graph(directed=False) Instead of the only way previously: g = Graph() g.set_directed(False)