-
Notifications
You must be signed in to change notification settings - Fork 57
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
DiGraph support #203
Comments
We don't currently support it, though I don't think it would be especially difficult to make the change. #200 actually does some of the work but I think that PR is abandoned and still needs a few features (see #200 (comment)). Would you be interested in making a PR? |
I can make a PR that addresses those issues, just need a bit of time to do it. I was worried the QUBO formulation might be different from regular |
Yeah, there are two issues that need to be addressed:
Happy to answer questions if it would be helpful! |
Hello!
I want to use dwave-networkx with
networkx.DiGraph
s.Specifically, I'm trying to pass a
networkx.DiGraph
todwave_networkx.traveling_salesperson
but it does not seem to work. My DiGraph is complete and I believe does meet other requirements.Is there already support for DiGraph?
If not, I propose it be added.
Thanks!
The text was updated successfully, but these errors were encountered: