pdobsan / pynauty

Isomorphism testing and automorphisms of graphs
Other
55 stars 9 forks source link

Remove duplicate items from adjacency lists. #24

Closed frankbryce closed 2 years ago

frankbryce commented 2 years ago

Since pynauty doesn't support multigraphs, don't let users "successfully" create them. I was surprised when I could successfully add multiple edges between nodes, but then found that isomorphic didn't work properly. This should avoid this confustion for future users.