-
Notifications
You must be signed in to change notification settings - Fork 114
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Adds a tutorial on could_be_isomorphic
#144
Conversation
Niiccceee! :) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Agreed, nice read!
(found a few typos)
Co-authored-by: Erik Welch <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This looks good to me!
Thanks!
Let's go ahead and merge this -- we can continue to tweak via followup PRs if needed. |
This is a writeup of the analysis I did to find the test cases for networkx/networkx#7852.
There's significant overlap between this article and some sections in the existing isomorphism article. Eventually I'd like to improve cross-linking and de-duplicate content between these two articles, but I think that's best left for a follow-up PR!