[DRAFT] ordered subtree isomorphism#4350
Draft
Erotemic wants to merge 5 commits intonetworkx:mainfrom
Draft
Conversation
d618ea3 to
5ba7c31
Compare
5ba7c31 to
6068614
Compare
6068614 to
1fe93ab
Compare
1fe93ab to
b08106b
Compare
This was referenced Nov 15, 2020
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Follow on to #4327
This is where I'm working on the isomorphism version the subgraph embedding code. Unlike the previous PR, I don't have a paper to follow for the implementation, so it will be necessary to more carefully review the algorithm in this case. Especially because my current method is not working. I'm currently working on fixing it.
This PR depends on #4327
#4326#4294and #4349This PR does not have any dependents