Skip to content
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

Define graph isomorphism methods #8

Open
arashbm opened this issue Dec 7, 2021 · 0 comments
Open

Define graph isomorphism methods #8

arashbm opened this issue Dec 7, 2021 · 0 comments
Labels
enhancement New feature or request

Comments

@arashbm
Copy link
Collaborator

arashbm commented Dec 7, 2021

Currently the relabel_nodes test only checks number of nodes and edges. It should check that the two graphs are isomorphic, but the hypothetical dag::is_isomorphic function doesn't exist yet.

Maybe worth checking out automorphism algorithms at the same time.

@arashbm arashbm added the enhancement New feature or request label Dec 10, 2023
@arashbm arashbm changed the title add graph isomorphism check to relabel_nodes test Define graph isomorphism methods Dec 10, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant