-
Notifications
You must be signed in to change notification settings - Fork 40
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
Allow graph to be directed #201
Comments
Hello, The changes you propose sound quite intrusive. To be perfectly honest, if I were to make the algorithm handle directed graphs, I would probably rewrite it from scratch. Almost all of the work is done in the C++ library, under the minorminer/include/find_embedding/pathfinder.hpp Lines 345 to 371 in ff4935d
But before you get there, as you mention, you'll need to add those options to https://github.com/dwavesystems/minorminer/blob/main/parameter_checklist.txt |
Hi,
I'm interested in using this work as a basic building block in my research. However, I require the graphs to be directed, and edge contraction to be only limited to certain edges. So if I understand correctly, I will need to first add the directed option in function find_embedding, and also add restrictions to edge contractions.
Any suggestion on where might be the best place for me to make these two changes? Thanks!
The text was updated successfully, but these errors were encountered: